mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
None of the files are installed into /etc/. They will unconditionally override older versions of themselves. They are not likely to cause any configuration file prompts. Reviewed-by: Veiko Aasa <veiko17@disroot.org>
20 lines
464 B
Desktop File
20 lines
464 B
Desktop File
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
[Unit]
|
|
Description=FreedomBox: Setup software repositories
|
|
|
|
[Service]
|
|
ExecStart=/usr/share/plinth/actions/upgrades setup-repositories
|
|
Type=oneshot
|
|
LockPersonality=yes
|
|
PrivateDevices=yes
|
|
PrivateTmp=yes
|
|
ProtectControlGroups=yes
|
|
ProtectKernelLogs=yes
|
|
ProtectKernelModules=yes
|
|
ProtectKernelTunables=yes
|
|
ProtectSystem=yes
|
|
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
|
RestrictRealtime=yes
|
|
SystemCallArchitectures=native
|