14 lines
226 B
Desktop File
Executable File
14 lines
226 B
Desktop File
Executable File
[Unit]
|
|
Description=eStation
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/home/dotnet/dotnet /root/estation/eStation.dll
|
|
Restart=always
|
|
RestartSec=15
|
|
StartLimitInterval=3
|
|
RestartPreventExitStatus=137
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|