Command line interface to manipulate services

   $ snap stop --disable <snap>[.<app>]
   $ snap start --enable <snap>[.<app>]

in implementing this right now I find myself wondering whether it wouldn’t be better to (also?) support systemctl’s enable and disable verbs via enable-service and disable-service. Thoughts on this?