-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/at/files/atd.confd,v 1.1 2011/04/17 22:46:40 jer Exp $
+# $Id$
# Define startup options for atd(8).
# For example: ATD_OPTS="-l 3.0 -b 5"
-#!/sbin/runscript
-# Copyright 1999-2014 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/at/files/atd.rc7,v 1.3 2014/03/03 14:09:19 polynomial-c Exp $
+# $Id$
pidfile="/var/run/atd.pid"
command="/usr/sbin/atd"
start_stop_daemon_args="--pidfile ${pidfile}"
depend() {
- need clock logger
+ need clock
+ use logger
}