[bin] Fix build script for snapclient
This commit is contained in:
12
systemd/.config/systemd/user/localsnapclient.service
Normal file
12
systemd/.config/systemd/user/localsnapclient.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Snapclient
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile="/etc/snapclient.env"
|
||||
ExecStart=/home/powellc/.local/bin/snapclient -h snapcast.service $EXTRA_ARGS -s 3
|
||||
ExecStop=kill $(pidof snapclient)
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user