summaryrefslogtreecommitdiffstats
path: root/meta-openembedded/meta-webserver/recipes-httpd/cherokee/cherokee/cherokee.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-webserver/recipes-httpd/cherokee/cherokee/cherokee.service')
-rw-r--r--meta-openembedded/meta-webserver/recipes-httpd/cherokee/cherokee/cherokee.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openembedded/meta-webserver/recipes-httpd/cherokee/cherokee/cherokee.service b/meta-openembedded/meta-webserver/recipes-httpd/cherokee/cherokee/cherokee.service
new file mode 100644
index 000000000..a2d703185
--- /dev/null
+++ b/meta-openembedded/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
OpenPOWER on IntegriCloud