This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository armagetronad.
commit fc948bc87f9bcf28d4b542a25b0ca01b6e3f4601 Author: Markus Koschany <[email protected]> Date: Fri Sep 11 09:44:38 2015 +0200 Add armagetronad-dedicated.service file. --- debian/armagetronad-dedicated.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debian/armagetronad-dedicated.service b/debian/armagetronad-dedicated.service new file mode 100644 index 0000000..1b57cc9 --- /dev/null +++ b/debian/armagetronad-dedicated.service @@ -0,0 +1,15 @@ +[Unit] +Description=Armagetron Advanced multiplayer server +Documentation=man:armagetronad-dedicated(6) +After=network.target + +[Service] +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 + +[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

