mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
58b763c99c
We always preferred and recommended socket activation for our services so remove the Install section in related .service units which are unused in this case and keep only the Install section in associated .socket units. Signed-off-by: Bastian Blank <waldi@debian.org>
16 lines
346 B
SYSTEMD
16 lines
346 B
SYSTEMD
[Unit]
|
|
Description=Device-mapper event daemon
|
|
Documentation=man:dmeventd(8)
|
|
Requires=dm-event.socket
|
|
After=dm-event.socket
|
|
Before=local-fs-pre.target shutdown.target
|
|
Conflicts=shutdown.target
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@SBINDIR@/dmeventd -f
|
|
Environment=SD_ACTIVATION=1
|
|
PIDFile=@DMEVENTD_PIDFILE@
|
|
OOMScoreAdjust=-1000
|