dotfiles/etc/systemd/system/udevmon.service

11 lines
216 B
SYSTEMD
Raw Normal View History

2023-06-29 10:12:35 -04:00
[Unit]
Description=udevmon
Wants=systemd-udev-settle.service
After=systemd-udev-settle.service
[Service]
2023-07-01 07:47:19 -04:00
ExecStart=/usr/bin/nice -n 20 udevmon -c /etc/interception/udevmon.yaml
2023-06-29 10:12:35 -04:00
[Install]
WantedBy=multi-user.target