Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
5e673845
Verified
Commit
5e673845
authored
Jul 03, 2020
by
Jelle van der Waa
🚧
Browse files
Update sourceballs.service
Remove unused devlist-mailer and apply some hardening.
parent
10c40f72
Pipeline
#356
passed with stage
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/dbscripts/files/sourceballs.service
View file @
5e673845
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment