Files
guru/x11-misc/dotool/files/dotoold.initd
Dale Showers fac3cdd349 x11-misc/dotool: new package, add 1.5
Signed-off-by: Dale Showers <gentoo@fictx.com>
2024-08-29 13:28:10 -04:00

13 lines
215 B
Plaintext

#!/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 $?
}