This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment="PMIE_CHECK_PARAMS=--only-primary"
-
EnvironmentFile=-/etc/default/pmie
-
EnvironmentFile=-/etc/sysconfig/pmie
-
ExecStart=/etc/init.d/pmie start-systemd
-
ExecStart=/usr/lib/pcp/lib/pmie start-systemd
-
ExecStart=/usr/libexec/pcp/lib/pmie start-systemd
-
ExecStop=/etc/init.d/pmie stop-systemd
-
ExecStop=/usr/lib/pcp/lib/pmie stop-systemd
-
ExecStop=/usr/libexec/pcp/lib/pmie stop-systemd
-
NotifyAccess=all
-
PIDFile=/run/pcp/pmie.pid
-
Restart=always
-
TimeoutSec=120
-
TimeoutStartSec=120
-
TimeoutStopSec
Introduced in systemd 188=120 -
Type=notify
-
-
[Unit]
-
After=network-online.target pmcd.service
-
Before=pmie_check.timer pmie_daily.timer
-
Before=pmie_farm.service pmie_check.timer pmie_daily.timer
-
BindsTo=pmie_check.timer pmie_daily.timer
-
BindsTo=pmie_farm.service pmie_check.timer pmie_daily.timer
-
Description=Performance Metrics Inference Engine
-
Documentation=man:pmie(1)
-
Wants=pmcd.service
-
Additionnal notes
Nothing here.