Skip to content

Commit

Permalink
Merge pull request #50 from ssahani/doc
Browse files Browse the repository at this point in the history
Readme: Add creating sysuser
  • Loading branch information
ssahani authored May 1, 2024
2 parents 7ae2c89 + 9dd5b3e commit 0f37584
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,21 @@ Build and install:

make
sudo make install

Creating user:

``` bash

sudo useradd -r -d / -s /usr/sbin/nologin -g systemd-journal systemd-journal-netlog
```
or via sysusers

``` /usr/lib/sysusers.d/systemd-netlogd.conf```
```bash
#Type Name ID GECOS Home directory Shell
u systemd-journal-netlog -:systemd-journal - / /bin/nologin

```

Configuration
-------------
Expand Down

0 comments on commit 0f37584

Please sign in to comment.