check in user systemd services and pulse auto connect

This commit is contained in:
2025-04-26 12:05:34 -04:00
commit 825f0598a4
8 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Pulse_and_Jack
After=jack.service
Wants=jack.service
[Service]
Type=oneshot
ExecStart=/home/luke/bin/pulse_jack
ExecStop=/usr/bin/pactl unload-module module-jack-sink
SuccessExitStatus=0
RemainAfterExit=true
[Install]
WantedBy=default.target