This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository armagetronad.
commit 982685afec4cfea70b993fe23c23fbb6c8064b7f Author: Markus Koschany <[email protected]> Date: Fri Sep 11 10:13:35 2015 +0200 Fix service file --- debian/armagetronad-dedicated.service | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/armagetronad-dedicated.service b/debian/armagetronad-dedicated.service index 1b57cc9..d98e20a 100644 --- a/debian/armagetronad-dedicated.service +++ b/debian/armagetronad-dedicated.service @@ -7,9 +7,7 @@ After=network.target Restart=on-failure User=armagetronad Group=games -ExecStart=/usr/games/armagetronad-dedicated.real --datadir -/usr/share/games/armagetronad --configdir /etc/armagetronad --userdatadir -/var/games/armagetronad -d +ExecStart=/usr/games/armagetronad-dedicated.real --datadir /usr/share/games/armagetronad --configdir /etc/armagetronad --userdatadir /var/games/armagetronad -d [Install] WantedBy=multi-user.target -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/armagetronad.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

