From 72eae07f3b5b8236f45abb7cae8addfec37e9706 Mon Sep 17 00:00:00 2001 From: Patrick Callahan Date: Fri, 17 Feb 2017 07:45:45 -0500 Subject: [PATCH] contrib/pbs_service: correct directive typo * PIDFILE -> PIDFile section names are directives are case sensitive --- contrib/systemd/pbs_sched.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/systemd/pbs_sched.service.in b/contrib/systemd/pbs_sched.service.in index 46a6802d8e..3cc0bbf59a 100644 --- a/contrib/systemd/pbs_sched.service.in +++ b/contrib/systemd/pbs_sched.service.in @@ -11,7 +11,7 @@ User=root # Do not set PIDFile via enviroment PBS_HOME # better to change to PIDFile=/var/run/%i.pid # and cleanup all code that relies on the current location of the PIDFile -PIDFILE=@PBS_HOME@/sched_priv/sched.lock +PIDFile=@PBS_HOME@/sched_priv/sched.lock Environment=PBS_HOME=@PBS_HOME@ Environment=PBS_ARGS=