Browse Source

Merge pull request #1429 from moshen/runit-fix

Use chpst instead of djb name setuidgid
Jakob Borg 11 years ago
parent
commit
cc4b231875
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etc/linux-runit/run

+ 1 - 1
etc/linux-runit/run

@@ -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