#!/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
}
