diff options
Diffstat (limited to 'community/darkhttpd/darkhttpd.service')
-rw-r--r-- | community/darkhttpd/darkhttpd.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/darkhttpd/darkhttpd.service b/community/darkhttpd/darkhttpd.service new file mode 100644 index 000000000..c4b338559 --- /dev/null +++ b/community/darkhttpd/darkhttpd.service @@ -0,0 +1,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 |