You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
391 B
19 lines
391 B
[Unit]
|
|
Description=Icinga vSphereDB Daemon
|
|
Documentation=https://icinga.com/docs/icinga-vsphere/latest/
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
;ExecStart=/usr/bin/icingacli vspheredb daemon run
|
|
; For debugging purposes:
|
|
ExecStart=/usr/bin/icingacli vspheredb daemon run --trace --debug
|
|
User=apache
|
|
|
|
WatchdogSec=10
|
|
|
|
Restart=on-failure
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|