Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4832491
ldirectord.debian.in
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
730 B
Referenced Files
None
Subscribers
None
ldirectord.debian.in
View Options
#!/bin/sh
#
### BEGIN INIT INFO
# Provides: ldirectord
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
### END INIT INFO
#
# Author: Horms <horms@verge.net.au>
#
# Debian init script for ldirectord
#
NAME=ldirectord
DAEMON="@sbindir@/$NAME"
CONFIG="@sysconfdir@/default/$NAME"
test -x $DAEMON || exit 0
CONFIG_FILE=""
[ -f "$CONFIG" ] && . "$CONFIG"
CONFIG_FILE="${CONFIG_FILE:=ldirectord.cf}"
case "$1" in
start|stop|restart|try-restart|status|reload|force-reload)
exec "$DAEMON" $1
;;
*)
echo "Usage: /etc/init.d/$NAME" \
"{start|stop|restart|try-restart|status|reload|force-reload}" >&2
exit 1
;;
esac
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sun, Jul 20, 7:35 PM (3 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2019803
Default Alt Text
ldirectord.debian.in (730 B)
Attached To
Mode
rR Resource Agents
Attached
Detach File
Event Timeline
Log In to Comment