mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
15 lines
336 B
Desktop File
Executable File
15 lines
336 B
Desktop File
Executable File
[Unit]
|
|
Description=SpaccCraft
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=10
|
|
#CPUQuota=75%
|
|
#MemoryMax=384M
|
|
User=SpaccCraft
|
|
ExecStart=/usr/bin/script /dev/null -c "export TERM=vt100; screen -S SpaccCraft sh /Main/Server/SpaccCraft/StartSpaccCraft.sh"
|
|
[Install]
|
|
WantedBy=multi-user.target
|