diff options
Diffstat (limited to 'sys-apps/busybox/files/watchdog.initd')
-rw-r--r-- | sys-apps/busybox/files/watchdog.initd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-apps/busybox/files/watchdog.initd b/sys-apps/busybox/files/watchdog.initd index aa1d33eb7c06..6f71e26cfc36 100644 --- a/sys-apps/busybox/files/watchdog.initd +++ b/sys-apps/busybox/files/watchdog.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ command="/bin/busybox watchdog" command_args="${WATCHDOG_OPTS}" |