Use chpst instead of djb name setuidgid

Some distros (Ubuntu, Debian?) don't link `chpst` to `setuidgid`, as it
could conflict with djb daemontools installation.  If daemontools isn't
going to be referenced in the README, then the example runit config
should reference the runit packaged utility.
This commit is contained in:
Colin Kennedy 2015-03-08 18:50:54 -05:00
parent 3a19fe3663
commit 338394f8c3
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ export USERNAME=jb
export HOME="/home/$USERNAME"
export SYNCTHING="$HOME/bin/syncthing"
setuidgid "$USERNAME" "$SYNCTHING" -logflags 0 2>&1 | logger -t syncthing
chpst -u "$USERNAME" "$SYNCTHING" -logflags 0 2>&1 | logger -t syncthing