Displaying 2 results from an estimated 2 matches for "pidile".
Did you mean:
pidfile
2015 Jun 02
3
daemon in /etc/init.d/functions creates no pifile?
...R --make-pidfile --pidfile $PIDFILE --startas $PROGRAM -- $OPTIONS
which creates a nice pidfile.
In Centos I figured out, to include /etc/init.d/functions and I tried:
# daemon --user $RUNUSER --pidfile=$PIDFILE $PROGRAM $OPTIONS
But this seems not to create a pidfile at all. It checks only if
a pidile exist already.
This is executed at the end
# $cgroup $nice runuser -s /bin/bash $user -c "$corelimit >/dev/null 2>&1 ; $*"
Am I missed something?
Thanks,
Sebastian
--
Sebastian Kotthoff
Rechenzentrum
Universit?t Mannheim
B6, 23-29; Building B; Room 1.10
68159 Mannheim
Tel:...
2015 Jun 02
0
daemon in /etc/init.d/functions creates no pifile?
...--startas $PROGRAM -- $OPTIONS
> which creates a nice pidfile.
>
> In Centos I figured out, to include /etc/init.d/functions and I tried:
> # daemon --user $RUNUSER --pidfile=$PIDFILE $PROGRAM $OPTIONS
>
> But this seems not to create a pidfile at all. It checks only if
> a pidile exist already.
> This is executed at the end
> # $cgroup $nice runuser -s /bin/bash $user -c "$corelimit >/dev/null 2>&1 ; $*"
>
> Am I missed something?
>
> Thanks,
>
> Sebastian
> --
> Sebastian Kotthoff
> Rechenzentrum
> Universit?t Ma...