mirror of https://github.com/Icinga/icinga2.git
7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
ICINGA2BIN="$HOME/i2/sbin/icinga2"
|
||
|
ICINGA2CONF="./icinga2-conv.conf"
|
||
|
|
||
|
$ICINGA2BIN -c $ICINGA2CONF
|