From a2df6c8866318959f6b97d6fbc0d36cc62e25b67 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 12 Oct 2015 15:34:48 +0200 Subject: use systemd user unit to (auto-)start --- systemd/udev-block-notify.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 systemd/udev-block-notify.service (limited to 'systemd') diff --git a/systemd/udev-block-notify.service b/systemd/udev-block-notify.service new file mode 100644 index 0000000..375fc63 --- /dev/null +++ b/systemd/udev-block-notify.service @@ -0,0 +1,9 @@ +[Unit] +Description=Udev Block Notification + +[Service] +Type=simple +ExecStart=/usr/bin/udev-block-notify + +[Install] +WantedBy=default.target -- cgit v1.2.3-54-g00ecf