Created
May 9, 2012 08:02
-
-
Save calvinchengx/2642826 to your computer and use it in GitHub Desktop.
systemd's cherokee.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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