summaryrefslogtreecommitdiff
blob: 4e56c0877d703e91c07b38f5033b9998c2abb4e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Fork of thttpd, a small, fast, multiplexing webserver.
After=network.target

[Service]
Type=forking
PIDFile=/var/run/thttpd.pid
WorkingDirectory=/var/www/localhost
ExecStart=/usr/sbin/thttpd -C /etc/thttpd/thttpd.conf

[Install]
WantedBy=multi-user.target