Skip to content

Instantly share code, notes, and snippets.

@calvinchengx
Created May 9, 2012 08:02
Show Gist options
  • Save calvinchengx/2642826 to your computer and use it in GitHub Desktop.
Save calvinchengx/2642826 to your computer and use it in GitHub Desktop.
systemd's cherokee.service
[Unit]
Description=Cherokee Lightweight Web Server
After=network.target
[Service]
Type=forking
PIDFile=/var/run/cherokee.pid
ExecStart=/usr/sbin/cherokee -d -C /etc/cherokee/cherokee.conf
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment