summaryrefslogtreecommitdiffstats
path: root/core/modules/usbguard/data/etc/systemd/system/multi-user.target.wants/usbguard-watch.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/usbguard/data/etc/systemd/system/multi-user.target.wants/usbguard-watch.service')
-rw-r--r--core/modules/usbguard/data/etc/systemd/system/multi-user.target.wants/usbguard-watch.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/modules/usbguard/data/etc/systemd/system/multi-user.target.wants/usbguard-watch.service b/core/modules/usbguard/data/etc/systemd/system/multi-user.target.wants/usbguard-watch.service
new file mode 100644
index 00000000..d3654f55
--- /dev/null
+++ b/core/modules/usbguard/data/etc/systemd/system/multi-user.target.wants/usbguard-watch.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=USBGuard collect usb Daemon
+After=usbguard-daemon.service
+
+[Service]
+ExecStart=/usr/local/bin/usbguard watch -e /usr/local/etc/usbguard/sendUSBInfo.sh
+Type=simple
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target