JGoutin / ansible_home

A collection of Ansible roles for home free software self-hosting.
https://galaxy.ansible.com/jgoutin/home
GNU General Public License v3.0
31 stars 6 forks source link

php-fpm/nextcloud/redis/postgres: Use SupplementaryGroups #46

Closed JGoutin closed 1 year ago

JGoutin commented 2 years ago

Use "SupplementaryGroups=" in systemd units to handle extra groups instead of adding them to users directly.

JGoutin commented 1 year ago

Since Nextcloud occ command requires communicates using sockets like the service, this can not be implemented.