+ added mkeventd.service + added mkeventd.sysconfig - changed most suse_version macros to use the newly introduced with_systemd macro, which should make it easier to understand the if statements OBS-URL: https://build.opensuse.org/package/show/server:monitoring/check_mk?expand=0&rev=101
15 lines
282 B
Desktop File
15 lines
282 B
Desktop File
[Unit]
|
|
Description=Check_MK Event Console Daemon
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/mkeventd
|
|
User=$RUNUSER
|
|
PIDFile=$PIDFILE
|
|
ExecStart=$MKEVENT_DAEMON $MKEVENTD_OPTS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|