13 lines
255 B
Desktop File
Executable File
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 |