Initial commit
This commit is contained in:
11
systemd/usbguard-notify.service
Normal file
11
systemd/usbguard-notify.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Notify user of untrused USB devices
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
ExecStart=%h/scripts/usbguard-notify.py
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
Reference in New Issue
Block a user