View Single Post
Posts: 290 | Thanked: 385 times | Joined on Jan 2012 @ Madrid, Spain
#16
Originally Posted by pasko View Post
Hi.

Anybody knows howto run (start/stop) this service without being root?. SecureFishNet is able to do it.
I'd like to use it inside a user's process.

Code:
[nemo@Jolla ~]$ systemctl  start OVPN.service
Failed to issue method call: Access denied
[nemo@Jolla ~]$ systemctl  -P start OVPN.service
Error executing command as another user: Not authorized

This incident has been reported.
Failed to get D-Bus connection: Connection terminated during authentication.
[nemo@Jolla ~]$ 
Regards.
Hi.
I finally managed to set my process as a .service so that it is started at boot time with user root and then via configuration the user is downgraded.
Regards.