last version of bash

This commit is contained in:
Mathew Guest
2020-01-15 17:54:43 -07:00
parent 2bbeda681b
commit b21506b0d5
12 changed files with 166 additions and 16 deletions
+18
View File
@@ -0,0 +1,18 @@
[Unit]
Description=Unreal Tournament 4 Server
After=syslog.target network.target
[Service]
Type=simple
ExecStart=/home/ut4/serv/start-server.sh
ExecReload=/home/ut4/serv/stop-server.sh && sleep 10 && /home/ut4/serv/start-server.sh
ExecStop=/home/ut4/serv/stop-server.sh
Restart=no
RuntimeDirectory=/home/ut4/serv
User=ut4
Group=ut4
KillSignal=SIGQUIT
[Install]
WantedBy=multi-user.target