cdotfis/dotfiles/other/etc/systemd/system/whitelist-usb.service

13 lines
221 B
Desktop File

[Unit]
Description=Whitelist USB devices
After=powertop.service
Requires=powertop.service
[Service]
Type=oneshot
ExecStart=/home/slococo/.local/bin/whitelist-usb
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target