Replies: 1 comment 2 replies
-
I think the log you have pasted was from Snap. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
How I can start ssserver from different user (e.g. nobody)?
For now I'm using CentOS 8.4, shadowsocks-rust got from Snap, which automatically generated snap.shadowsocks-rust.ssserver-daemon.service where I've added "User = nobody". But after starting daemon with edited service I get in the logs:
shadowsocks-rust.ssserver-daemon[7326]: cmd_run.go:1044: WARNING: cannot create user data directory: cannot create snap home dir: mkdir /snap: permission denied
It seems everything works fine by the way, but I don't know which errors can follow because of lack of home dir. So, maybe there is some other easy way to start service from non-root user?
Beta Was this translation helpful? Give feedback.
All reactions