diff options
author | 2013-07-05 17:49:14 +0000 | |
---|---|---|
committer | 2013-07-05 17:49:14 +0000 | |
commit | 5624d14c5a162474ee98d5d16666d02510323b8b (patch) | |
tree | 47a006ee692648725ddb9c5b30295a3691476edb /www-servers/cherokee/files | |
parent | Version bump. Switch to python-single-r1 from python eclass. Use QEMU's pre-b... (diff) | |
download | gentoo-2-5624d14c5a162474ee98d5d16666d02510323b8b.tar.gz gentoo-2-5624d14c5a162474ee98d5d16666d02510323b8b.tar.bz2 gentoo-2-5624d14c5a162474ee98d5d16666d02510323b8b.zip |
Add systemd file bug #475874
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'www-servers/cherokee/files')
-rw-r--r-- | www-servers/cherokee/files/cherokee.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www-servers/cherokee/files/cherokee.service b/www-servers/cherokee/files/cherokee.service new file mode 100644 index 000000000000..a2d703185d37 --- /dev/null +++ b/www-servers/cherokee/files/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 |