Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssahani authored May 1, 2024
1 parent 0f37584 commit 13bcd92
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,14 @@ Build and install:
Creating user:

``` bash

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

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

#Type Name ID GECOS Home directory Shell
u systemd-journal-netlog -:systemd-journal - / /bin/nologin
```

Configuration
Expand Down

0 comments on commit 13bcd92

Please sign in to comment.