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

Fully unpriviledged systemd service #73

Open JGoutin opened 1 year ago

JGoutin commented 1 year ago

Currently, we keep the way Fedora is running the service by default but add some sandboxing on it.

But, systemd allows running services fully rootless. Mainly by using DynamicUser= and sockets units.

Notes: