Skip to content

Commit

Permalink
watchdog: a daemon that resets your system if it detects that it's hung
Browse files Browse the repository at this point in the history
  • Loading branch information
dagbrown committed Jan 21, 2014
1 parent b903d97 commit 4f34f29
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions system/watchdog/DETAILS
@@ -0,0 +1,14 @@
MODULE=watchdog
VERSION=5.13
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/
SOURCE_VFY=sha1:1d29298361fb693ebbe7a6d21d2395961a3e589c
WEB_SITE=https://watchdog.sourceforge.net/
ENTERED=20140121
UPDATED=20140121
SHORT="Linux software watchdog"
cat << EOF
Watchdog, combined with the kernel software watchdog module or an appropriate
piece of hardware, automatically reboots your system if it detects that it's
hung.
EOF
10 changes: 10 additions & 0 deletions system/watchdog/systemd.d/watchdog.service
@@ -0,0 +1,10 @@
[Unit]
Description=Watchdog daemon
After=syslog.target network.target

[Service]
EnvironmentFile=/etc/watchdog.conf
ExecStart=/usr/sbin/watchdog -F

[Install]
WantedBy=multi-user.target

0 comments on commit 4f34f29

Please sign in to comment.