]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - lighttpd/systemd/lighttpd.service
Move all packages to root.
[people/stevee/ipfire-3.x.git] / lighttpd / systemd / lighttpd.service
CommitLineData
1dcacb50
SS
1
2[Unit]
3Description=Lighttpd Daemon
4After=network.target
5
6[Service]
7ExecStartPre=/usr/sbin/lighttpd -t -f /etc/lighttpd.conf
8ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd.conf
9ExecReload=/bin/kill -HUP $MAINPID
10
11[Install]
12WantedBy=multi-user.target