Skip to content

Instantly share code, notes, and snippets.

@gamunu
Last active December 11, 2021 08:31
Show Gist options
  • Save gamunu/cfb0343b40b609029d65795eba8d7a70 to your computer and use it in GitHub Desktop.
Save gamunu/cfb0343b40b609029d65795eba8d7a70 to your computer and use it in GitHub Desktop.
Systemd service for PipeWire Input Filter Chain
[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