fixed installer

This commit is contained in:
Frank Harris 2026-06-20 21:19:11 -05:00
parent 05b7d2e464
commit 3d93d01cd1
27 changed files with 996 additions and 1665 deletions

20
systemd/gsp_agent.service Normal file
View file

@ -0,0 +1,20 @@
# GSP Linux Agent systemd service
[Unit]
Description=GameServer Panel Linux Agent
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User={GSP_AGENT_USER}
Group={GSP_AGENT_USER}
WorkingDirectory={GSP_AGENT_PATH}
ExecStart={GSP_AGENT_RUN_SCRIPT} -pidfile {GSP_AGENT_PID_FILE}
Restart=on-failure
RestartSec=10
KillSignal=SIGTERM
TimeoutStopSec=60
[Install]
WantedBy=multi-user.target