Skip to content

Commit

Permalink
prevent permission denied for nxlog cache data
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Sturm committed Aug 19, 2016
1 parent 4e047e8 commit 77a848c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Install the NXLog package from the offical download [page](https://nxlog.org/pro
$ sudo /etc/init.d/nxlog stop
$ sudo update-rc.d -f nxlog remove
$ sudo gpasswd -a nxlog adm
$ sudo chown -R nxlog.nxlog /var/spool/collector-sidecar/nxlog
$ sudo dpkg -i collector-sidecar_0.0.9-1_amd64.deb
```
Expand All @@ -97,6 +98,7 @@ Edit `/etc/graylog/collector-sidecar/collector_sidecar.yml`accordingly.
$ sudo service nxlog stop
$ sudo chkconfig --del nxlog
$ sudo gpasswd -a nxlog root
$ sudo chown -R nxlog.nxlog /var/spool/collector-sidecar/nxlog
$ sudo rpm -i collector-sidecar-0.0.9-1.x86_64.rpm
```
Expand Down

0 comments on commit 77a848c

Please sign in to comment.