2024-03-03 22:59:18 +08:00
|
|
|
[Unit]
|
2024-08-06 18:30:21 +08:00
|
|
|
Description=Service
|
2024-03-03 22:59:18 +08:00
|
|
|
After=syslog.target network.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=simple
|
2024-08-06 18:30:21 +08:00
|
|
|
WorkingDirectory=/data/wwwroot/service/
|
|
|
|
|
ExecStart=/data/wwwroot/service/main
|
2024-03-03 22:59:18 +08:00
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|