12 lines
243 B
Desktop File
12 lines
243 B
Desktop File
[Unit]
|
|
Description=Autoswitch snapcast streams as soon as they start playing
|
|
After=snapserver.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=snapswitch
|
|
Environment=snapsrv=localhost
|
|
Environment=snapgroupname=pi
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|