Created
August 28, 2022 12:08
-
-
Save darkxanter/575f200c6e2206f6a77c236bca06a8ba to your computer and use it in GitHub Desktop.
Allow user to manage units on Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /etc/polkit-1/localauthority/50-local.d/54-manage-units.pkla | |
[systemd] | |
Identity=unix-user:deploy | |
Action=org.freedesktop.systemd1.manage-units | |
ResultAny=yes | |
ResultInactive=yes | |
ResultActive=yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment