Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4512256
crm_mon.upstart.in
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
818 B
Referenced Files
None
Subscribers
None
crm_mon.upstart.in
View Options
# crm_mon - Daemon for pacemaker monitor
#
#
kill timeout 3600
respawn
respawn limit 10 3600
expect fork
env prog=crm_mon
env sysconf=@CONFIGDIR@/crm_mon
env rpm_lockdir=@localstatedir@/lock/subsys
env deb_lockdir=@localstatedir@/lock
script
[ -f "$sysconf" ] && . "$sysconf"
exec $prog $OPTIONS
end script
post-start script
[ -f "$sysconf" ] && . "$sysconf"
[ -z "$LOCK_FILE" -a -d "$rpm_lockdir" ] && LOCK_FILE="$rpm_lockdir/$prog"
[ -z "$LOCK_FILE" -a -d "$deb_lockdir" ] && LOCK_FILE="$deb_lockdir/$prog"
touch "$LOCK_FILE"
end script
post-stop script
[ -f "$sysconf" ] && . "$sysconf"
[ -z "$LOCK_FILE" -a -d "$rpm_lockdir" ] && LOCK_FILE="$rpm_lockdir/$prog"
[ -z "$LOCK_FILE" -a -d "$deb_lockdir" ] && LOCK_FILE="$deb_lockdir/$prog"
rm -f "$LOCK_FILE"
end script
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 25, 4:43 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1810297
Default Alt Text
crm_mon.upstart.in (818 B)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment