1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/dbscripts/files/cleanup.service
2020-07-03 20:00:04 +02:00

18 lines
416 B
SYSTEMD

[Unit]
Description=Cleanup
[Service]
Type=oneshot
User=cleanup
ExecStart=/srv/repos/svn-community/dbscripts/cron-jobs/ftpdir-cleanup
ExecStart=/srv/repos/svn-packages/dbscripts/cron-jobs/ftpdir-cleanup
CapabilityBoundingSet=
PrivateDevices=true
PrivateNetwork=true
NoNewPrivileges=true
ProtectSystem=strict
ProtectHome=true
PrivateTmp=true
ReadWritePaths=/srv/ftp/ /srv/repos/svn-community /srv/repos/svn-packages