summarylogtreecommitdiffstats
path: root/hqplayerd.service
blob: 0f65c30888cab7ce89012b17f98f7a914b7fd07f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=HQPlayer Embedded daemon
Requires=sound.target
After=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=/usr/bin/hqplayerd
Restart=always
RestartSec=2

[Install]
WantedBy=default.target