Displaying 2 results from an estimated 2 matches for "blablah".
Did you mean:
blabla
2015 Jun 02
1
daemon in /etc/init.d/functions creates no pifile?
...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
<snip>
Sorry I missed the beginning of this thread. You are using (CentOS 6)
service blablah start, or (CentOS 7) systemctl start blahblah, yes?
mark
2015 Jun 02
3
daemon in /etc/init.d/functions creates no pifile?
Hi,
we started using centos7 to run kvm+libvirt.
For novnc to virtual machines I like to start
websockify as a daemon by libvirt (as a hook)
Under Debian I used the line:
# start-stop-daemon --start --chuid $RUNUSER --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