summaryrefslogtreecommitdiff
path: root/nonsystemd/at-openrc/atd.initd
blob: 81d84b54356efb8385429f1b3835f8b79fb2d36c (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}