Magellan Linux

Contents of /trunk/busybox/httpd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2630 - (show annotations) (download)
Mon Jul 20 13:37:42 2015 UTC (8 years, 9 months ago) by niro
File size: 223 byte(s)
-start after network and syslog target
1 [Unit]
2 Description=Busybox Webserver
3 After=syslog.target network.target
4
5 [Service]
6 EnvironmentFile=-/etc/conf.d/httpd
7 ExecStart=/sbin/httpd -f -p $HTTPD_PORT -h $HTTPD_ROOT $HTTPD_OPTS
8
9 [Install]
10 WantedBy=multi-user.target