2023-10-23 01:51:21 +00:00
|
|
|
[Unit]
|
|
|
|
Description=sdt-cloud-app
|
|
|
|
|
|
|
|
[Service]
|
2023-10-23 07:54:11 +00:00
|
|
|
ExecStart=exePath /usr/local/sdt/app/appName/exeFile -app appName
|
2023-10-23 01:51:21 +00:00
|
|
|
Restart=always
|
|
|
|
RestartSec=10
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|