1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/dbscripts/files/sourceballs.service
Jelle van der Waa 5e6738454b
Update sourceballs.service
Remove unused devlist-mailer and apply some hardening.
2020-07-03 20:00:16 +02:00

17 lines
350 B
SYSTEMD

[Unit]
Description=Sourceballs
[Service]
Type=oneshot
User=sourceballs
ExecStart=/srv/repos/svn-community/dbscripts/cron-jobs/sourceballs
ExecStart=/srv/repos/svn-packages/dbscripts/cron-jobs/sourceballs
PrivateDevices=true
NoNewPrivileges=true
LockPersonality=true
MemoryDenyWriteExecute=true
ProtectKernelTunables=true
ProtectControlGroups=true