9c9de1e2b5
This new package provides darkhttpd, a simple, fast HTTP 1.1 web server for static content. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
317 B
Desktop File
12 lines
317 B
Desktop File
[Unit]
|
|
Description=Darkhttpd Web Server
|
|
After=syslog.target network.target auditd.service
|
|
|
|
[Service]
|
|
Environment="DARKHTTPD_ROOT=/var/www"
|
|
EnvironmentFile=-/etc/default/darkhttpd
|
|
ExecStart=/usr/sbin/darkhttpd $DARKHTTPD_ROOT $DARKHTTPD_FLAGS --chroot --uid nobody --gid www-data
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|