fix service file to generate based on libdir and bindir

libdir != prefix/lib

bindir != prefix/bin

these MAY be the same, but their equivalencies are coincidental just like

rectangle != square
This commit is contained in:
Mike Blumenkrantz 2014-05-04 23:06:29 -04:00
parent fe9f5b09c6
commit 0d2b0a3aa3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ After=systemd-user-sessions.service
[Service]
Environment="LD_LIBRARY_PATH=@prefix@/lib" "PATH=$PATH:@prefix@/bin"
Environment="LD_LIBRARY_PATH=@libdir@" "PATH=$PATH:@bindir@"
ExecStart=@SBINDIR@/entrance --nodaemon
Restart= always