Last active
October 13, 2024 18:44
-
-
Save gamunu/cfb0343b40b609029d65795eba8d7a70 to your computer and use it in GitHub Desktop.
Systemd service for PipeWire Input Filter Chain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=PipeWire Input Filter Chain | |
After=pipewire.service | |
BindsTo=pipewire.service | |
[Service] | |
ExecStart=/usr/bin/pipewire -c /home/<username>/.config/pipewire/input-filter-chain.conf | |
Type=simple | |
Restart=on-failure | |
[Install] | |
WantedBy=pipewire.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment