From 76afcfaaa93dee10bb3c372bb1b4a96948e45974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 12 Dec 2013 03:48:35 -0200 Subject: cherokee: add new package to pcr repo --- pcr/cherokee/cherokee.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pcr/cherokee/cherokee.service (limited to 'pcr/cherokee/cherokee.service') diff --git a/pcr/cherokee/cherokee.service b/pcr/cherokee/cherokee.service new file mode 100644 index 000000000..7a5b95e43 --- /dev/null +++ b/pcr/cherokee/cherokee.service @@ -0,0 +1,9 @@ +[Unit] +Description=Cherokee web server +After=network.target + +[Service] +ExecStart=/usr/sbin/cherokee + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-2-g168b