You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
2ce4028d5f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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
|