summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/at/files')
-rw-r--r--sys-process/at/files/atd.rc713
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-process/at/files/atd.rc7 b/sys-process/at/files/atd.rc7
deleted file mode 100644
index 73e8dff81773..000000000000
--- a/sys-process/at/files/atd.rc7
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-pidfile="/var/run/atd.pid"
-command="/usr/sbin/atd"
-command_args="${ATD_OPTS}"
-start_stop_daemon_args="--pidfile ${pidfile}"
-
-depend() {
- need clock logger
-}