1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[Unit] Description=Sound Service Requires=pulseaudio.service ConditionUser=!root [Service] EnvironmentFile=/etc/goplay2-default-network-interface EnvironmentFile=-%h/.config/goplay2-network-interface ExecStart=/usr/bin/goplay2 -i ${interface} Restart=on-failure [Install] Also=pulseaudio.service WantedBy=default.target