check in user systemd services and pulse auto connect
This commit is contained in:
12
config/systemd/user/pulse_jack.service
Normal file
12
config/systemd/user/pulse_jack.service
Normal 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
|
Reference in New Issue
Block a user