Files
river-config/systemd/usbguard-notify.service

13 lines
239 B
Desktop File

[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
Restart=always
[Install]
WantedBy=graphical-session.target