[systemd] Add snapclient and enable it

This commit is contained in:
2022-10-26 12:35:29 -04:00
parent c3af001259
commit 25d7721fa4
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1 @@
/home/powellc/.config/systemd/user/snapclient.service

View 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