diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-19 11:33:55 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-19 11:34:25 +0200 |
commit | 7c292ce28756824b1fa377d516aedd979fa41f19 (patch) | |
tree | 92def7635383e5b008febbb7f2f686c37eeab9a8 /meta-oe/recipes-connectivity | |
parent | f593c454bc60d1837bf1f1c97521850efb438f68 (diff) | |
download | meta-openembedded-7c292ce28756824b1fa377d516aedd979fa41f19.tar.gz |
cherokee: move systemd service file to meta-webserver too
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/cherokee/cherokee/cherokee.service | 10 |
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] | ||
2 | Description=Cherokee web server | ||
3 | After=syslog.target | ||
4 | |||
5 | [Service] | ||
6 | Type=forking | ||
7 | ExecStart=/usr/sbin/cherokee -d -C /etc/cherokee/cherokee.conf | ||
8 | |||
9 | [Install] | ||
10 | WantedBy=multi-user.target | ||