Files
mir-godot/tools/centos/etc/systemd/system/service.service
MakerYang a902dd3de7 new
2024-08-06 18:30:21 +08:00

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