chiark / gitweb /
service: 'pidfile:' in SysV chkconfig header implies a real daemon
authorMichal Schmidt <mschmidt@redhat.com>
Tue, 5 Jul 2011 08:14:12 +0000 (10:14 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Tue, 5 Jul 2011 08:17:42 +0000 (10:17 +0200)
commitf8788303929c27d0b7f7e4b8ffe22767a3d0ff67
treec43c33488b530e717b140281fa3ee8c19b4ccbcb
parent5db35d0672949f2d418b4f5dfad2975c4b7e7691
service: 'pidfile:' in SysV chkconfig header implies a real daemon

The presence of the chkconfig "pidfile:" header in the initscript is an
excellent indication that it's not a oneshot script (like iptables),
but a real daemon (like httpd).
src/service.c