authentik/config/readme.txt toevoegen
This commit is contained in:
parent
4a1673751b
commit
7f148c7c06
1 changed files with 12 additions and 0 deletions
12
authentik/config/readme.txt
Normal file
12
authentik/config/readme.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
modify the stupid podman socket by editing its systemctl service
|
||||||
|
|
||||||
|
just do systemctl edit podman.socket and drop this in
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStartPost=/usr/bin/chown {YOUR USER}:{YOUR GROUP} /run/podman
|
||||||
|
ExecStartPost=/usr/bin/chmod 0750 /run/podman
|
||||||
|
|
||||||
|
[Socket]
|
||||||
|
SocketUser={YOUR USER}
|
||||||
|
SocketGroup={YOUR GROUP}
|
||||||
|
SocketMode=0660
|
||||||
Loading…
Add table
Add a link
Reference in a new issue