xref: /OK3568_Linux_fs/buildroot/package/darkhttpd/darkhttpd.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Darkhttpd Web Server
3After=syslog.target network.target auditd.service
4
5[Service]
6Environment="DARKHTTPD_ROOT=/var/www"
7EnvironmentFile=-/etc/default/darkhttpd
8ExecStart=/usr/sbin/darkhttpd $DARKHTTPD_ROOT $DARKHTTPD_FLAGS --chroot --uid nobody --gid www-data
9
10[Install]
11WantedBy=multi-user.target
12