13 lines
219 B
Desktop File
13 lines
219 B
Desktop File
[Unit]
|
|
Description=Service
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/data/wwwroot/service/
|
|
ExecStart=/data/wwwroot/service/main
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|