aports/community/dotool/dotoold.initd
2023-11-02 10:11:27 +00:00

9 lines
160 B
Bash
Executable File

#!/sbin/openrc-run
description="dotool daemon"
command="/usr/bin/dotoold"
command_background="yes"
command_user="dotool:input"
pidfile="/run/$RC_SVCNAME.pid"