remove PATH hacks from service file

the idea of needing to set either of these variables is terrifying to me. at the least, PATH should definitely not be required anymore since sudo is being explicitly specified
This commit is contained in:
Mike Blumenkrantz 2014-05-05 00:10:06 -04:00
parent 2ae5d988ff
commit f66580ccd9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
[Service]
Environment="LD_LIBRARY_PATH=@libdir@" "PATH=$PATH:@bindir@"
Environment="LD_LIBRARY_PATH=@libdir@"
IgnoreSIGPIPE=no
ExecStart=@SBINDIR@/entrance --nodaemon
Restart= always