Thomas Gelf 6e6df999dd packaging: build debian packages
Simple example configuration, quick & dirty but functional. Didn't
care about a config, as that will be handled by the setup wizard.

refs #6402
2014-06-05 02:53:47 +00:00

7 lines
174 B
PHP
Executable File

#!/usr/bin/php
<?php
define('ICINGAWEB_APPDIR', '/usr/share/icingaweb/application');
require_once 'Icinga/Application/Cli.php';
Icinga\Application\Cli::start()->dispatch();