-
-
Save anonymous/591173dac50312a16168 to your computer and use it in GitHub Desktop.
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=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