[systemd] Add snapclient and enable it
This commit is contained in:
@ -0,0 +1 @@
|
|||||||
|
/home/powellc/.config/systemd/user/snapclient.service
|
||||||
10
systemd/.config/systemd/user/snapclient.service
Normal file
10
systemd/.config/systemd/user/snapclient.service
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Snapclient
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/snapclient -h mopidy2.local
|
||||||
|
ExecStop=kill $(pidof snapclient)
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
Reference in New Issue
Block a user