mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
Update all new server scripts
This commit is contained in:
11
Server/Root/etc/systemd/system/SocatIpProxies.service
Executable file
11
Server/Root/etc/systemd/system/SocatIpProxies.service
Executable file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=SocatIpProxies
|
||||
After=network.target
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
User=root
|
||||
ExecStart=/bin/sh -c /Main/Server/SocatIpProxies.sh
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
6
Server/Root/etc/systemd/system/SpaccCraft.service
Normal file → Executable file
6
Server/Root/etc/systemd/system/SpaccCraft.service
Normal file → Executable file
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=spacccraft
|
||||
Description=SpaccCraft
|
||||
After=network.target
|
||||
StartLimitIntervalSec=0
|
||||
[Service]
|
||||
@@ -8,7 +8,7 @@ Restart=always
|
||||
RestartSec=10
|
||||
#CPUQuota=75%
|
||||
#MemoryMax=384M
|
||||
User=pi
|
||||
ExecStart=script /dev/null -c "export TERM=vt100; screen -S SpaccCraft sh /Server/SpaccCraft/StartSpaccCraft.sh"
|
||||
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
|
||||
|
11
Server/Root/etc/systemd/system/VmWindows7Earnapp1.service
Executable file
11
Server/Root/etc/systemd/system/VmWindows7Earnapp1.service
Executable file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Windows 7 Earnapp 1 VM
|
||||
After=network.target
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
User=root
|
||||
ExecStart=/bin/sh -c /Main/Server/VMs/Windows7Earnapp1.sh
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
11
Server/Root/etc/systemd/system/VmWindowsServer2022.service
Executable file
11
Server/Root/etc/systemd/system/VmWindowsServer2022.service
Executable file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Windows Server 2022 VM
|
||||
After=network.target
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
User=root
|
||||
ExecStart=/bin/sh -c /Main/Server/VMs/WindowsServer2022.sh
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user