mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Apply more security hardening, add pgp key fetching and verification for the git repository.
23 lines
435 B
SYSTEMD
23 lines
435 B
SYSTEMD
[Unit]
|
|
Description=The official Arch Linux IRC bugbot
|
|
|
|
[Service]
|
|
EnvironmentFile=/srv/bugbot/env
|
|
ExecStart=/srv/bugbot/bugbot.py
|
|
Restart=on-failure
|
|
ProtectSystem=strict
|
|
DynamicUser=yes
|
|
PrivateDevices=true
|
|
PrivateUsers=true
|
|
ProtectKernelTunables=true
|
|
ProtectControlGroups=true
|
|
ProtectKernelLogs=true
|
|
ProtectKernelModules=true
|
|
MemoryDenyWriteExecute=true
|
|
NoNewPrivileges=true
|
|
RestrictRealtime=true
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|