summarylogtreecommitdiffstats
path: root/hqplayerd.service
blob: 22bfe51059691fcc864942ecaa083c651c849ed6 (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=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