summarylogtreecommitdiffstats
path: root/cherokee.service
diff options
context:
space:
mode:
authorChris Severance2015-09-11 05:13:28 -0400
committerChris Severance2015-09-11 05:13:28 -0400
commitcb2e9e05a74aa17ae2f5cb76954242ca50373e7c (patch)
treeff9e62705fa76b90fa29a28c5d67e561eb051cb6 /cherokee.service
downloadaur-cb2e9e05a74aa17ae2f5cb76954242ca50373e7c.tar.gz
Initial Import
Diffstat (limited to 'cherokee.service')
-rw-r--r--cherokee.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/cherokee.service b/cherokee.service
new file mode 100644
index 000000000000..7a5b95e4315f
--- /dev/null
+++ b/cherokee.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Cherokee web server
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/cherokee
+
+[Install]
+WantedBy=multi-user.target