systemd service file

This commit is contained in:
Marcus 2022-09-11 06:08:56 +02:00
parent d3f553627a
commit 0fbd155235
1 changed files with 14 additions and 0 deletions

View File

@ -237,6 +237,20 @@ screen -d -m -S xash_${XASH_INSTALL_VERSION}_${XASHDS_PORT} ./xash +ip 0.0.0.0 $
echo screenname xash_${XASH_INSTALL_VERSION}_${XASHDS_PORT}" > $XASH3D_RESULTDIR/start.sh
chmod +x $XASH3D_BASEDIR/result/start.sh
echo "After=network.target
[Service]
User=$(whoami)
WorkingDirectory=${XASH3D_RESULTDIR}
Type=oneshot
#StandardOutput=journal
ExecStart=${XASH3D_RESULTDIR}/start.sh
ExecStop=/bin/kill -9 \$MAINPID
[Install]
WantedBy=multi-user.target" > $XASH3D_RESULTDIR/xashds_${XASH_INSTALL_VERSION}_${XASHDS_PORT}.service
touch $XASH3D_RESULTDIR/valve/listip.cfg
touch $XASH3D_RESULTDIR/valve/banned.cfg
echo "= If you need an example config for a public server, have a look into https://github.com/FWGS/xashds-docker/tree/master/valve ="