[Unit] Description=HQPlayer Embedded daemon # if your distro uses systemd-networkd you may want to add # systemd-networkd-wait-online.service Requires=sound.target After=network-online.target sound.target [Service] Type=simple # add the line below (with 30 or more) if hqplayerd cannot find remote NAA in time # ExecStartPre=/bin/sleep 30 ExecStart=/bin/bash /usr/bin/start_hqplayerd.sh Restart=always RestartSec=2 [Install] WantedBy=default.target