Skip to content

Instantly share code, notes, and snippets.

Created June 24, 2015 19:13
Show Gist options
  • Save anonymous/591173dac50312a16168 to your computer and use it in GitHub Desktop.
Save anonymous/591173dac50312a16168 to your computer and use it in GitHub Desktop.
[Unit]
Description=Tiny HTTP Daemon (serving DoomRL-server website)
[Service]
PIDFile=/var/lib/doomrl/thttpd.pid
ExecStart=/usr/sbin/thttpd -D -C /var/lib/doomrl/thttpd.conf
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment