|
|
|
|
|
by Spivak
1961 days ago
|
|
You don't actually have to be root at all to manage systemd services. If you give the user `org.freedesktop.systemd1.manage-units` in Polkit then they can just run systemctl as their user and it will work. If you only want to allow specific units the authorizer is passed the unit under `action.lookup("unit")`. |
|