summaryrefslogtreecommitdiff
path: root/nonsystemd/at-openrc/atd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/at-openrc/atd.initd')
-rw-r--r--nonsystemd/at-openrc/atd.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/nonsystemd/at-openrc/atd.initd b/nonsystemd/at-openrc/atd.initd
new file mode 100644
index 000000000..81d84b543
--- /dev/null
+++ b/nonsystemd/at-openrc/atd.initd
@@ -0,0 +1,12 @@
+#!/usr/bin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+supervisor=supervise-daemon
+command="/usr/bin/atd"
+command_args="${ATD_OPTS} -f"
+
+depend() {
+ need clock
+ use logger
+}