From f66580ccd92e1d57e27bdb6540f7b962d016df7a Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 5 May 2014 00:10:06 -0400 Subject: [PATCH] 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 --- data/entrance.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/entrance.service.in b/data/entrance.service.in index 1d2865c..a5649f4 100644 --- a/data/entrance.service.in +++ b/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