aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd/lighttpd.service
blob: f4564f3f7d7e3a1dcfb4d713747026614a1e4f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Lightning Fast Webserver With Light System Requirements
After=syslog.target

[Service]
Type=oneshot
EnvironmentFile=-/etc/sysconfig/lighttpd
ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd.conf
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target