mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
17 lines
337 B
SYSTEMD
17 lines
337 B
SYSTEMD
[Unit]
|
|
Description=Cleanup
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=cleanup
|
|
ExecStart=/srv/repos/git-packages/dbscripts/cron-jobs/ftpdir-cleanup
|
|
|
|
CapabilityBoundingSet=
|
|
PrivateDevices=true
|
|
PrivateNetwork=true
|
|
NoNewPrivileges=true
|
|
ProtectSystem=strict
|
|
ProtectHome=true
|
|
PrivateTmp=true
|
|
ReadWritePaths=/srv/ftp/ /srv/repos/git-packages /srv/repos/lock
|