File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ After=syslog.target network.target nss-lookup.target network-online.target
3737[Service]
3838Environment="LD_LIBRARY_PATH=./linux64"
3939ExecStartPre=$STEAM_INSTALL_SCRIPT
40- ExecStart=/home/ubuntu/.steam/steamapps /common/SatisfactoryDedicatedServer/FactoryServer.sh
40+ ExecStart=/home/ubuntu/.steam/SteamApps /common/SatisfactoryDedicatedServer/FactoryServer.sh
4141User=ubuntu
4242Group=ubuntu
4343StandardOutput=journal
4444Restart=on-failure
4545KillSignal=SIGINT
46- WorkingDirectory=/home/ubuntu/.steam/steamapps /common/SatisfactoryDedicatedServer
46+ WorkingDirectory=/home/ubuntu/.steam/SteamApps /common/SatisfactoryDedicatedServer
4747
4848[Install]
4949WantedBy=multi-user.target
@@ -104,4 +104,4 @@ systemctl enable auto-shutdown
104104systemctl start auto-shutdown
105105
106106# automated backups to s3 every 5 minutes
107- su - ubuntu -c " crontab -l -e ubuntu | { cat; echo \" */5 * * * * /usr/local/bin/aws s3 sync /home/ubuntu/.config/Epic/FactoryGame/Saved/SaveGames/server s3://$S3_SAVE_BUCKET \" ; } | crontab -"
107+ su - ubuntu -c " crontab -u ubuntu -l | { cat; echo \" */5 * * * * /usr/local/bin/aws s3 sync /home/ubuntu/.config/Epic/FactoryGame/Saved/SaveGames/server s3://$S3_SAVE_BUCKET \" ; } | crontab -"
You can’t perform that action at this time.
0 commit comments