rpmspec - remove quotes from pidfile path

This commit is contained in:
Andy Bauer 2017-01-02 10:37:23 -06:00
parent b063d8d6aa
commit c594ad8be7
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Type=forking
ExecStart=@BINDIR@/zmpkg.pl start
ExecReload=@BINDIR@/zmpkg.pl restart
ExecStop=@BINDIR@/zmpkg.pl stop
PIDFile="@ZM_RUNDIR@/zm.pid"
PIDFile=@ZM_RUNDIR@/zm.pid
Environment=TZ=/etc/localtime
[Install]

View File

@ -11,7 +11,7 @@ Type=forking
ExecStart=@BINDIR@/zmpkg.pl start
ExecReload=@BINDIR@/zmpkg.pl restart
ExecStop=@BINDIR@/zmpkg.pl stop
PIDFile="@ZM_RUNDIR@/zm.pid"
PIDFile=@ZM_RUNDIR@/zm.pid
Environment=TZ=/etc/localtime
[Install]