0x101010/0x0-prune.service

22 lines
380 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=Prune 0x0 files
After=remote-fs.target
[Service]
Type=oneshot
2023-01-28 13:29:56 +01:00
User=0x0
2023-01-28 10:42:52 +01:00
WorkingDirectory=/srv/0x0
BindPaths=/srv/0x0
Environment=FLASK_APP=fhost
2023-01-28 13:29:56 +01:00
ExecStart=/srv/0x0/venv/bin/flask prune
ProtectProc=noaccess
ProtectSystem=strict
ProtectHome=tmpfs
PrivateTmp=true
PrivateUsers=true
ProtectKernelLogs=true
LockPersonality=true
[Install]
2023-01-28 13:29:56 +01:00
WantedBy=multi-user.target