diff options
Diffstat (limited to 'sys-apps/busybox-watchdog/files/busybox-watchdog.confd')
-rw-r--r-- | sys-apps/busybox-watchdog/files/busybox-watchdog.confd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys-apps/busybox-watchdog/files/busybox-watchdog.confd b/sys-apps/busybox-watchdog/files/busybox-watchdog.confd new file mode 100644 index 000000000000..bd6aec0a7068 --- /dev/null +++ b/sys-apps/busybox-watchdog/files/busybox-watchdog.confd @@ -0,0 +1,9 @@ +# Config file for /etc/init.d/busybox-watchdog + +# run "/sbin/watchdog --help" to see all possible options. + +# Periodically write to watchdog device +WATCHDOG_OPTS="/dev/watchdog" + +# optionally set the nice-level +#SSD_NICELEVEL="-20" |