[osm-tile-server] 14/117: Added service file for tilelite

Ruben Undheim rubund-guest at moszumanska.debian.org
Tue Nov 3 23:18:14 UTC 2015


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

rubund-guest pushed a commit to branch master
in repository osm-tile-server.

commit 567cdd4432df712511a0a7518186ea1c67f72483
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Thu Sep 3 00:40:27 2015 +0200

    Added service file for tilelite
---
 debian/osm-tile-server-tilelite.service | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/osm-tile-server-tilelite.service b/debian/osm-tile-server-tilelite.service
new file mode 100644
index 0000000..39e391f
--- /dev/null
+++ b/debian/osm-tile-server-tilelite.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=TileLite server background process
+After=postgresql.service
+
+[Service]
+ExecStart=/usr/bin/screen -dmS tilelite /usr/bin/liteserv /usr/share/openstreetmap-carto/style.xml
+ExecStop=/usr/bin/screen -S tilelite -X quit
+User=osm
+Type=forking
+
+
+[Install]
+WantedBy=multi-user.target

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-tile-server.git



More information about the Pkg-grass-devel mailing list