Changed system conf file to use $USER

This commit is contained in:
Jake Peterson 2015-10-24 14:53:08 -06:00
parent 44790b1333
commit fe88781bc8

View File

@ -4,9 +4,9 @@ start on (local-filesystems and net-device-up IFACE!=lo)
stop on runlevel [!2345]
env STNORESTART=yes
env HOME=/home/jake
setuid "jake"
setgid "jake"
env HOME=/home/$USER
setuid "$USER"
setgid "$USER"
exec /usr/local/bin/syncthing