New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/issues/50326#issuecomment-2111046260 Comment: if you do that you need to kill those processes when stopped: ``` cat .config/service/pipewire/control/t #!/bin/sh [ -r supervise/pid ] && kill -TERM -$(cat supervise/pid) ```