aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service
blob: 18b752f1544c639ad886ab48cb7972d679165157 (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/lighttpd.conf
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target