1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-30 13:41:24 +01:00
Files
operating-system/buildroot/package/darkhttpd/darkhttpd.service
2018-03-17 23:47:00 +00:00

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