14 lines
233 B
Desktop File
14 lines
233 B
Desktop File
[Unit]
|
|
Description=Lesavka hardware watchdog
|
|
ConditionPathExists=/dev/watchdog
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/lesavka-hw-watchdog.py
|
|
Restart=always
|
|
RestartSec=2
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|