summarylogtreecommitdiffstats
path: root/goplay2.service
blob: 6c0906b2d40f0c2643b4ade417fc45641c502e57 (plain)
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