13 lines
250 B
Desktop File
13 lines
250 B
Desktop File
[Unit]
|
|
Description=Snapclient
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile="/etc/snapclient.env"
|
|
ExecStart=/usr/bin/snapclient -h snapcast.service $EXTRA_ARGS
|
|
ExecStop=kill $(pidof snapclient)
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|