linuxOS_AP05/debian/test/usr/lib/systemd/system/watchdog.service
2025-09-26 09:40:02 +08:00

13 lines
255 B
Desktop File
Executable File

[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