Bugzilla – Bug 1214213
shadowsocks-rust: shadowsocks-rust-client.service should not use Type=forking
Last modified: 2024-06-16 08:56:19 UTC
Hi, The shadowsocks-rust-client.service provided by shadowsocks-rust has Type set to forking, which leads to the timeout of this service every minutes. Since the command sslocal used in ExecStart won't fork, so it's not correct to use forking, instead we should just remove the two lines in the unit service: >Type=forking >PIDFile=/var/run/shadowsocks-rust-client.pid After doing this, the service becomes stable.
Fixed