前几天忘了上传了上传一下
This commit is contained in:
1
Server/systemctl/help.txt
Normal file
1
Server/systemctl/help.txt
Normal file
@@ -0,0 +1 @@
|
||||
/etc/systemd/system/mengyafarm.service
|
||||
15
Server/systemctl/mengyafarmserver.service
Normal file
15
Server/systemctl/mengyafarmserver.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=MengyaFarmServer
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
WorkingDirectory=/shumengya/mengyafarmserver
|
||||
ExecStart=/usr/bin/pip install -r requirements.txt && /usr/bin/python TCPGameServer.py
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user