Please answer these questions before submitting your issue. Thanks!
(Please mention that if the issue you filed is solved, you may wish to close it by yourself. Thanks again.)
(PS, you can remove 3 lines above, including this one, before post your issue.)
Snap edge version 3.31
Ubuntu server 18.04
Need snap services scripts on boot
Now I can only run
Or
Need scripts in that I can do such as
I use systemd and write scripts, however they doesn’t work!
This is what happened:
$ ls -l /snap/bin/shadowsocks-libev.ss-server
/snap/bin/shadowsocks-libev.ss-server -> /usr/bin/snap*
$ sudo snap start /snap/bin/shadowsocks-libev.ss-server
error: snap "/snap/bin/shadowsocks-libev" has no service "ss-server"
What expected is to be able to start ss-server installed via snap as a service, like the systemd one.
Thanks!
still no answer?
So is this not an issue? If you install snap version on Ubuntu distro as the guide recommends, it is perfectly normal that you can't start the ss as a service?
Just used /snap/bin/shadowsocks-libev.ss-server as a execStart for systemd unit to fix the issue
Most helpful comment
This is what happened:
What expected is to be able to start ss-server installed via snap as a service, like the systemd one.
Thanks!