27 lines
450 B
Desktop File
27 lines
450 B
Desktop File
[Unit]
|
|
Description=Satisfactory Server
|
|
After=network.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/screen -DmS minecraft ./SatisfactoryDedicatedServer/FactoryServer.sh
|
|
|
|
Restart=on-failure
|
|
RestartSec=60s
|
|
|
|
ProtectControlGroups=true
|
|
ProtectHome=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelTunables=true
|
|
ProtectSystem=full
|
|
|
|
PrivateDevices=true
|
|
PrivateUsers=true
|
|
|
|
User=minecraft
|
|
Group=minecraft
|
|
|
|
WorkingDirectory=/home/steam/
|