xref: /OK3568_Linux_fs/buildroot/package/apache/apache.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Apache HTTP Server
3After=network.target
4
5[Service]
6Type=forking
7ExecStart=/usr/bin/apachectl start
8ExecReload=/usr/bin/apachectl graceful
9ExecStop=/usr/bin/apachectl stop
10Restart=always
11
12[Install]
13WantedBy=multi-user.target
14