This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository ufoai.
commit 3400b5c55b9d6d742c9ef7ca084600e7568bd2b1 Author: Markus Koschany <[email protected]> Date: Tue Dec 23 20:23:57 2014 +0100 Update ufoai-server.README.Debian --- debian/ufoai-server.README.Debian | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/ufoai-server.README.Debian b/debian/ufoai-server.README.Debian index df47269..cec3ae0 100644 --- a/debian/ufoai-server.README.Debian +++ b/debian/ufoai-server.README.Debian @@ -6,16 +6,22 @@ Running the server via the init script The ufoai-server init script runs a dedicated server as the user "Debian-ufoai". This is a simple setup suitable for running one server -on a machine; by default it will run a deathmatch server. +on a machine. The Debian-ufoai user's home directory is /var/games/ufoai-server, so you can find UFO:AI files in the /var/games/ufoai-server/.ufoai directory. By default, the init script will use -/usr/lib/ufoai-server/base/debian_server.cfg, which is a symlink to -/etc/ufoai-server/server.cfg. You can edit this file, or put an alternative -configuration in /var/games/ufoai-server/.ufoai/$VERSION/base and change + +/usr/lib/ufoai-server/base/debian_server.cfg, + +which is a symlink to + +/etc/ufoai-server/server.cfg. + +You can edit this file, or put an alternative configuration in +/var/games/ufoai-server/.ufoai/$VERSION/base and change /etc/default/ufoai-server to exec that. Disabling the init script @@ -28,7 +34,7 @@ For instance, under sysvinit, use or under systemd, use - ln -s /dev/null /etc/systemd/system/ufoai-server.service + systemd disable ufoai-server.service Running the server with cron and screen --------------------------------------- -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ufoai.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

