Skip to content
Snippets Groups Projects
Verified Commit 5e673845 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Update sourceballs.service

Remove unused devlist-mailer and apply some hardening.
parent 10c40f72
No related branches found
No related tags found
No related merge requests found
Pipeline #356 passed
......@@ -4,6 +4,13 @@ Description=Sourceballs
[Service]
Type=oneshot
User=sourceballs
ExecStart=/usr/bin/bash -c '/srv/repos/svn-community/dbscripts/cron-jobs/sourceballs 2>&1 | /srv/repos/svn-community/dbscripts/cron-jobs/devlist-mailer "Community Sourceballs" "arch-notifications@archlinux.org"'
ExecStart=/usr/bin/bash -c '/srv/repos/svn-packages/dbscripts/cron-jobs/sourceballs 2>&1 | /srv/repos/svn-packages/dbscripts/cron-jobs/devlist-mailer "Packages Sourceballs" "arch-notifications@archlinux.org"'
#ExecStart=/usr/bin/find /home/sourceballs/sources -type f -mtime +7 -delete
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment