12 lines
207 B
SYSTEMD
12 lines
207 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Run pactl to work around edge audio bug
|
||
|
After=pipewire-pulse.socket
|
||
|
Requires=pipewire-pulse.socket
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/pactl info
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|