mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 14:31:23 +00:00
12 lines
207 B
Desktop File
12 lines
207 B
Desktop File
[Unit]
|
|
Description=Pipewire Soundpad Daemon
|
|
After=pipewire.service
|
|
|
|
[Service]
|
|
ExecStartPre=/usr/bin/sleep 10
|
|
ExecStart=/usr/bin/pwsp-daemon
|
|
Restart=no
|
|
RuntimeDirectory=pwsp
|
|
|
|
[Install]
|
|
WantedBy=default.target |