2022-03-20 18:19:59 +04:00
|
|
|
[Unit]
|
|
|
|
Description=dwelling-upload-clean
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
User=dwupload
|
|
|
|
Group=dwupload
|
2023-08-05 19:28:05 +04:00
|
|
|
ExecStart=/usr/bin/dwelling-upload-clean -dir /srv/upload -expiry 36h
|
2022-03-30 01:32:00 +04:00
|
|
|
|
2022-03-20 18:19:59 +04:00
|
|
|
ReadOnlyPaths=/
|
|
|
|
# Set here path to directory where uploads are stored.
|
|
|
|
ReadWritePaths=/srv/upload
|
2022-03-30 01:32:00 +04:00
|
|
|
NoExecPaths=/
|
|
|
|
ExecPaths=/usr/bin/dwelling-upload-clean
|
2022-03-20 18:19:59 +04:00
|
|
|
|
|
|
|
AmbientCapabilities=
|
|
|
|
CapabilityBoundingSet=
|
|
|
|
|
|
|
|
LockPersonality=true
|
|
|
|
MemoryDenyWriteExecute=true
|
|
|
|
NoNewPrivileges=true
|
|
|
|
PrivateDevices=true
|
|
|
|
ProtectClock=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
ProtectHome=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectSystem=strict
|
|
|
|
RestrictAddressFamilies=
|
|
|
|
RestrictNamespaces=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
RestrictSUIDSGID=true
|
|
|
|
SystemCallArchitectures=native
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|