mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 08:35:16 +02:00
14 lines
307 B
Desktop File
14 lines
307 B
Desktop File
[Unit]
|
|
Description=Device-mapper event daemon
|
|
Documentation=man:dmeventd(8)
|
|
Requires=dmeventd.socket
|
|
After=dmeventd.socket
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/dmeventd
|
|
ExecReload=/usr/sbin/dmeventd -R
|
|
Environment=SD_ACTIVATION=1
|
|
PIDFile=/run/dmeventd.pid
|
|
OOMScoreAdjust=-1000
|