linuxOS_AP05/debian/test/usr/lib/systemd/system/watchdog.service

13 lines
255 B
SYSTEMD
Raw Normal View History

2025-09-26 01:40:02 +00:00
[Unit]
Description=eStation.Watchdog
[Service]
Type=simple
ExecStart=/home/dotnet/dotnet /root/watchdog/eStation.Watchdog.dll
Restart=always
RestartSec=15
StartLimitInterval=3
RestartPreventExitStatus=137
[Install]
WantedBy=multi-user.target