13 lines
260 B
Desktop File
13 lines
260 B
Desktop File
[Unit]
|
|
Description=Pulse_and_Jack
|
|
Requires=jack.service
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/home/luke/bin/pulse_jack
|
|
ExecStop=/usr/bin/pactl unload-module module-jack-sink
|
|
Restart=always
|
|
SuccessExitStatus=0
|
|
RemainAfterExit=true
|
|
[Install]
|
|
WantedBy=default.target
|