KmanOz
Member
So running OP25 from standard shell works fine and use the - U && -O pulse option makes OP25 appear in the Pulse Mixer as OP25.
The problem I am having is if I run it as a service, (which does work) although I get sound output I get no slider and furthermore, it does create a problem with other audio which sometimes creates a situation where no other device can output any audio at all. Effectively the OP25 services hogs pulse audio. I have tried to make sure that it starts after pulse audio as below but have no there clues. Has anyone experienced this?
[Unit]
Description=op25 Recieve Service
After=output.alsa output.pulseaudio
Requires=output.pulseaudio
[Service]
User=peter
WorkingDirectory=/home/peter/Applications/op25/op25/gr-op25_repeater/apps
ExecStart=/bin/bash -- op25.sh
RestartSec=5
Restart=on-failure
[Install]
WantedBy=multi-user.target
The problem I am having is if I run it as a service, (which does work) although I get sound output I get no slider and furthermore, it does create a problem with other audio which sometimes creates a situation where no other device can output any audio at all. Effectively the OP25 services hogs pulse audio. I have tried to make sure that it starts after pulse audio as below but have no there clues. Has anyone experienced this?
[Unit]
Description=op25 Recieve Service
After=output.alsa output.pulseaudio
Requires=output.pulseaudio
[Service]
User=peter
WorkingDirectory=/home/peter/Applications/op25/op25/gr-op25_repeater/apps
ExecStart=/bin/bash -- op25.sh
RestartSec=5
Restart=on-failure
[Install]
WantedBy=multi-user.target