summaryrefslogtreecommitdiff
path: root/x11-misc/dotool/files/dotoold.initd
blob: ee542a3154d06a9d716fbe105dc1d73504f1dd35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run

name=$RC_SVCNAME
description="Starts dotoold service"
supervisor="supervise-daemon"
command="/usr/bin/dotoold"

reload() {
	ebegin "Reloading $RC_SVCNAME"
	/usr/bin/kill -HUP $MAINPID
	eend $?
}