Magellan Linux

Contents of /trunk/busybox/httpd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2482 - (show annotations) (download)
Tue Jul 15 10:33:00 2014 UTC (9 years, 9 months ago) by niro
File size: 188 byte(s)
-added some services
1 [Unit]
2 Description=Busybox Webserver
3
4 [Service]
5 EnvironmentFile=-/etc/conf.d/httpd
6 ExecStart=/sbin/httpd -f -p $HTTPD_PORT -h $HTTPD_ROOT $HTTPD_OPTS
7
8 [Install]
9 WantedBy=multi-user.target