blob: c4b3385595acd36e59b610b9668fd70bd7aa7a42 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=Darkhttpd Webserver
[Service]
ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody --chroot
Type=forking
[Install]
WantedBy=multi-user.target
|