mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-11-09 06:17:25 -06:00
13 lines
237 B
SYSTEMD
13 lines
237 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run noisetorch input supressor.
|
||
|
After=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/noisetorch -i
|
||
|
RemainAfterExit=true
|
||
|
ExecStop=/usr/bin/noisetorch -u
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session.target
|