summarylogtreecommitdiffstats
path: root/cherokee.service
diff options
context:
space:
mode:
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..ab725cc80509
--- /dev/null
+++ b/cherokee.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Cherokee web server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/cherokee
+
+[Install]
+WantedBy=multi-user.target