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
devs/bu5hm4n/develop
Mike Blumenkrantz 9 years ago
parent 2ae5d988ff
commit f66580ccd9
  1. 2
      data/entrance.service.in

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

Loading…
Cancel
Save