[systemd] Move snapclient etc file to local dir
This commit is contained in:
@ -3,7 +3,7 @@ Description=Snapclient
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile="/etc/snapclient.env"
|
||||
EnvironmentFile=%h/.local/etc/snapclient.env
|
||||
ExecStart=/usr/bin/snapclient -h snapcast.service $EXTRA_ARGS
|
||||
ExecStop=kill $(pidof snapclient)
|
||||
Restart=on-failure
|
||||
|
||||
Reference in New Issue
Block a user