summarylogtreecommitdiffstats
path: root/hqplayerd.service
blob: 835a9c293f215d40af744d9a3be16f3e878a1bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=HQPlayer Embedded daemon
# if your distro uses systemd-networkd you may want to add
# systemd-networkd-wait-online.service
Requires=network-online.target 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=/usr/bin/hqplayerd
Restart=always
RestartSec=2
#EnvironmentFile=-/etc/default/hqplayerd

[Install]
WantedBy=default.target