aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-04-19 11:33:55 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-19 11:34:25 +0200
commit7c292ce28756824b1fa377d516aedd979fa41f19 (patch)
tree92def7635383e5b008febbb7f2f686c37eeab9a8 /meta-webserver/recipes-httpd
parentf593c454bc60d1837bf1f1c97521850efb438f68 (diff)
downloadmeta-openembedded-contrib-7c292ce28756824b1fa377d516aedd979fa41f19.tar.gz
cherokee: move systemd service file to meta-webserver too
Diffstat (limited to 'meta-webserver/recipes-httpd')
-rw-r--r--meta-webserver/recipes-httpd/cherokee/cherokee/cherokee.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee/cherokee.service b/meta-webserver/recipes-httpd/cherokee/cherokee/cherokee.service
new file mode 100644
index 0000000000..a2d703185d
--- /dev/null
+++ b/meta-webserver/recipes-httpd/cherokee/cherokee/cherokee.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Cherokee web server
+After=syslog.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/cherokee -d -C /etc/cherokee/cherokee.conf
+
+[Install]
+WantedBy=multi-user.target