/lib/systemd/system/dm-event.service is in dmeventd 2:1.02.90-2.2+deb8u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [Unit]
Description=Device-mapper event daemon
Documentation=man:dmeventd(8)
Requires=dm-event.socket
After=dm-event.socket
Before=local-fs.target
DefaultDependencies=no
[Service]
Type=simple
ExecStart=/sbin/dmeventd -f
Environment=SD_ACTIVATION=1
PIDFile=/run/dmeventd.pid
OOMScoreAdjust=-1000
[Install]
WantedBy=sysinit.target
|