ac9baefef0
- Package new wd_identify program. - Drop old cleanup patch, most of it is now upstream. - Add newer cleanup patch, sent upstream. - Fix some problems with the initscript (RHBZ#523391). - Add systemd service (file installed but not used) (RHBZ#661220).
11 lines
148 B
Desktop File
11 lines
148 B
Desktop File
[Unit]
|
|
Description=software watchdog
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/watchdog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|