summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/cherokee/cherokee
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-oe/recipes-connectivity/cherokee/cherokee
parentf593c454bc60d1837bf1f1c97521850efb438f68 (diff)
downloadmeta-openembedded-7c292ce28756824b1fa377d516aedd979fa41f19.tar.gz
cherokee: move systemd service file to meta-webserver too
Diffstat (limited to 'meta-oe/recipes-connectivity/cherokee/cherokee')
-rw-r--r--meta-oe/recipes-connectivity/cherokee/cherokee/cherokee.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-oe/recipes-connectivity/cherokee/cherokee/cherokee.service b/meta-oe/recipes-connectivity/cherokee/cherokee/cherokee.service
deleted file mode 100644
index a2d703185..000000000
--- a/meta-oe/recipes-connectivity/cherokee/cherokee/cherokee.service
+++ /dev/null
@@ -1,10 +0,0 @@
1[Unit]
2Description=Cherokee web server
3After=syslog.target
4
5[Service]
6Type=forking
7ExecStart=/usr/sbin/cherokee -d -C /etc/cherokee/cherokee.conf
8
9[Install]
10WantedBy=multi-user.target