# SPDX-License-Identifier: AGPL-3.0-or-later [Unit] Description=FreedomBox Privileged Service Documentation=https://wiki.debian.org/FreedomBox/ # Don't hit the start rate limiting. StartLimitIntervalSec=0 # Stop/restart along with .socket unit (invoked from dpkg scripts). PartOf=freedombox-privileged.socket # Uploaded files in /var/tmp/ are shared with FreedomBox web service. JoinsNamespaceOf=plinth.service [Service] Type=notify ExecStart=/usr/lib/freedombox/freedombox-privileged TimeoutSec=300s User=root Group=root NotifyAccess=main # Uploaded files in /var/tmp/ are shared with FreedomBox web service by joining # namespaces. PrivateTmp=yes Restart=on-failure # Don't restart too fast RestartSec=1 RestartSteps=3 RestartMaxDelaySec=5