discomfitor pushed a commit to branch master.

http://git.enlightenment.org/misc/entrance.git/commit/?id=f66580ccd92e1d57e27bdb6540f7b962d016df7a

commit f66580ccd92e1d57e27bdb6540f7b962d016df7a
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon May 5 00:10:06 2014 -0400

    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 [email protected] 
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

-- 


Reply via email to