mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
9 lines
160 B
Bash
Executable File
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"
|