Phase 2: Rename critical files (ogp_api.php to gsp_api.php, logos, agent files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
7f19731158
commit
4b771d498f
54 changed files with 102 additions and 102 deletions
15
_agent-linux/systemd/gsp_agent.service
Normal file
15
_agent-linux/systemd/gsp_agent.service
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Game Server Agent systemd Service Script
|
||||
# By Game Server Panel
|
||||
[Unit]
|
||||
Description=Game Server Agent Daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c "{GSP_AGENT_PATH}/agent_init start"
|
||||
ExecStop=/bin/sh -c "{GSP_AGENT_PATH}/agent_init stop"
|
||||
RemainAfterExit=yes
|
||||
PIDFile="{GSP_AGENT_PATH}/agent_run.pid"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue