initial release
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Restarting torch on ze every 30 minutes
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=gameservers
|
||||
WorkingDirectory=/home/gameservers/css_ze/torchlight3
|
||||
ExecStart=/home/gameservers/css_ze/torchlight3/_start.sh
|
||||
Restart=always
|
||||
RuntimeMaxSec=1800
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Restarting torch on mg every 30 minutes
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=gameservers
|
||||
WorkingDirectory=/home/gameservers/css_ze/torchlight3
|
||||
ExecStart=/home/gameservers/css_ze/torchlight3/_start_mg.sh
|
||||
Restart=always
|
||||
RuntimeMaxSec=1800
|
||||
|
||||
Reference in New Issue
Block a user