Skip to content

Commit

Permalink
Merge pull request #10156 from Icinga/Al2Klimov-patch-7
Browse files Browse the repository at this point in the history
Linux Dev Environment: fix /usr/local/icinga2/etc ownership
  • Loading branch information
yhabteab authored Sep 16, 2024
2 parents 0b8f70b + f3ed851 commit 7b12a8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/21-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@ The source installation doesn't set proper permissions, this is
handled in the package builds which are officially supported.

```bash
chown -R icinga:icinga /usr/local/icinga2/var/
chown -R icinga:icinga /usr/local/icinga2/{etc,var}/

/usr/local/icinga2/lib/icinga2/prepare-dirs /usr/local/icinga2/etc/sysconfig/icinga2
/usr/local/icinga2/sbin/icinga2 api setup
Expand Down Expand Up @@ -1476,7 +1476,7 @@ The source installation doesn't set proper permissions, this is
handled in the package builds which are officially supported.

```bash
chown -R icinga:icinga /usr/local/icinga2/var/
chown -R icinga:icinga /usr/local/icinga2/{etc,var}/

/usr/local/icinga2/lib/icinga2/prepare-dirs /usr/local/icinga2/etc/sysconfig/icinga2
/usr/local/icinga2/sbin/icinga2 api setup
Expand Down Expand Up @@ -1540,7 +1540,7 @@ The source installation doesn't set proper permissions, this is
handled in the package builds which are officially supported.

```bash
chown -R icinga:icinga /usr/local/icinga2/var/
chown -R icinga:icinga /usr/local/icinga2/{etc,var}/

/usr/local/icinga2/lib/icinga2/prepare-dirs /usr/local/icinga2/etc/sysconfig/icinga2
/usr/local/icinga2/sbin/icinga2 api setup
Expand Down

0 comments on commit 7b12a8f

Please sign in to comment.