From 14ef7cbc1f146e985724cbce3bfe505470cabd93 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 25 Feb 2019 13:40:58 +0100 Subject: [PATCH] Fix formatting in development docs (cherry picked from commit 710e4fa55e919032bd3b45c774130e1f938d3f81) --- doc/21-development.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/21-development.md b/doc/21-development.md index d26c8dbae..e95307207 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -1435,39 +1435,39 @@ icinga2 daemon Icinga 2 can be started as a daemon using the provided init script: ``` -# /etc/init.d/icinga2 +/etc/init.d/icinga2 Usage: /etc/init.d/icinga2 {start|stop|restart|reload|checkconfig|status} ``` -### Systemd +#### Systemd If your distribution uses Systemd: ``` -# systemctl {start|stop|reload|status|enable|disable} icinga2 +systemctl {start|stop|reload|status|enable|disable} icinga2 ``` In case the distribution is running Systemd >227, you'll also need to package and install the `etc/initsystem/icinga2.service.limits.conf` file into `/etc/systemd/system/icinga2.service.d`. -### openrc +#### openrc Or if your distribution uses openrc (like Alpine): ``` -# rc-service icinga2 +rc-service icinga2 Usage: /etc/init.d/icinga2 {start|stop|restart|reload|checkconfig|status} - ``` +``` Note: the openrc's init.d is not shipped by default. A working init.d with openrc can be found here: (https://git.alpinelinux.org/cgit/aports/plain/community/icinga2/icinga2.initd). If you have customized some path, edit the file and adjust it according with your setup. Those few steps can be followed: ``` -# wget https://git.alpinelinux.org/cgit/aports/plain/community/icinga2/icinga2.initd -# mv icinga2.initd /etc/init.d/icinga2 -# chmod +x /etc/init.d/icinga2 +wget https://git.alpinelinux.org/cgit/aports/plain/community/icinga2/icinga2.initd +mv icinga2.initd /etc/init.d/icinga2 +chmod +x /etc/init.d/icinga2 ``` Icinga 2 reads a single configuration file which is used to specify all