[wesnoth] 01/01: add systemd service files for wesnoth-1.12-server

Vincent Cheng vcheng at moszumanska.debian.org
Tue Apr 28 09:26:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

vcheng pushed a commit to branch master
in repository wesnoth.

commit 6260e03f334b4111e34982c1fb5a1a5894b4c362
Author: Vincent Cheng <vcheng at debian.org>
Date:   Tue Apr 28 02:26:11 2015 -0700

    add systemd service files for wesnoth-1.12-server
---
 debian/changelog                        | 1 +
 debian/wesnoth-1.12-server.service      | 9 +++++++++
 debian/wesnoth-BRANCH-server.service.in | 9 +++++++++
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bf96451..9c74894 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wesnoth-1.12 (1:1.12.2-2) unstable; urgency=medium
 
   * Add metapackages for wesnoth{,-core,-music} since 1.12 is a stable branch.
+  * Add systemd service file for wesnoth-1.12-server. (Closes: #780854)
 
  -- Vincent Cheng <vcheng at debian.org>  Tue, 28 Apr 2015 01:50:44 -0700
 
diff --git a/debian/wesnoth-1.12-server.service b/debian/wesnoth-1.12-server.service
new file mode 100644
index 0000000..4dd443b
--- /dev/null
+++ b/debian/wesnoth-1.12-server.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Wesnoth Multiplayer Server Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/games/wesnothd-1.12
+
+[Install]
+WantedBy=multi-user.target
diff --git a/debian/wesnoth-BRANCH-server.service.in b/debian/wesnoth-BRANCH-server.service.in
new file mode 100644
index 0000000..8972b76
--- /dev/null
+++ b/debian/wesnoth-BRANCH-server.service.in
@@ -0,0 +1,9 @@
+[Unit]
+Description=Wesnoth Multiplayer Server Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/games/wesnothd-BRANCH
+
+[Install]
+WantedBy=multi-user.target

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wesnoth.git



More information about the Pkg-games-commits mailing list