summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>2013-08-09 21:29:18 -0300
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>2013-08-22 09:43:40 -0300
commit5bdba47e8455bce33f6bef66e487cbd29411d088 (patch)
tree59c907c0ed34361132a0019689f11b3434b76a53 /data
parent879a260ea54a3cd4638ec7fad5546b18201ee441 (diff)
downloadenlightenment-5bdba47e8455bce33f6bef66e487cbd29411d088.tar.gz
generate e18.service using prefix, allows disabling systemd.
If one have systemd but installs to ~/ (no root) then installing e18.service hurts. Have e18.service to be generated using @prefix@ so it won't hardcode to /usr/bin, removing "-locked" as that can be configured in the GUI and in some cases you just want your e18 without lock/password.
Diffstat (limited to 'data')
-rw-r--r--data/units/e18.service.in (renamed from data/units/e18.service)2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/units/e18.service b/data/units/e18.service.in
index ad413b988d..1ae007bc68 100644
--- a/data/units/e18.service
+++ b/data/units/e18.service.in
@@ -12,7 +12,7 @@ AllowIsolate=true
Type=notify
#Environment=PATH=uncomment:to:override:your:PATH
Environment=E_START=enlightenment
-ExecStart=/usr/bin/enlightenment -locked
+ExecStart=@prefix@/bin/enlightenment
Restart=always
RestartPreventExitStatus=0
RestartSec=2