* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
14 lines
243 B
Desktop File
14 lines
243 B
Desktop File
[Unit]
|
|
Description=Apache HTTP Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/apachectl start
|
|
ExecReload=/usr/bin/apachectl graceful
|
|
ExecStop=/usr/bin/apachectl stop
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|