aboutsummaryrefslogtreecommitdiffstats
path: root/community/waked/waked.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/waked/waked.initd')
-rw-r--r--community/waked/waked.initd7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/waked/waked.initd b/community/waked/waked.initd
new file mode 100644
index 00000000000..64e13dc99ce
--- /dev/null
+++ b/community/waked/waked.initd
@@ -0,0 +1,7 @@
+#!/sbin/openrc-run
+name="wake daemon"
+description="wakes up system at times set by other applications"
+
+command=/usr/bin/waked
+command_background=yes
+pidfile="/run/$RC_SVCNAME.pid"