mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
parent
beeaf9b6e1
commit
5d93b968fe
@ -47,4 +47,7 @@ fi
|
||||
|
||||
mkdir -p $ICINGA2_RUN_DIR/icinga2/cmd
|
||||
chown $ICINGA2_USER:$ICINGA2_COMMAND_GROUP $ICINGA2_RUN_DIR/icinga2/cmd
|
||||
if [ $(which restorecon) ]; then
|
||||
restorecon -R $ICINGA2_RUN_DIR/icinga2/
|
||||
fi
|
||||
chmod 2750 $ICINGA2_RUN_DIR/icinga2/cmd
|
||||
|
Loading…
x
Reference in New Issue
Block a user