mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
27 lines
503 B
Django/Jinja
27 lines
503 B
Django/Jinja
[Unit]
|
|
Description=archweb update planet service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=archweb
|
|
WorkingDirectory={{ archweb_dir }}
|
|
ExecStart={{ archweb_dir }}/env/bin/python manage.py update_planet -v3
|
|
|
|
ProtectSystem=full
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
|
|
ProtectHostname=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
|
|
NoNewPrivileges=true
|
|
RestrictRealtime=true
|
|
MemoryDenyWriteExecute=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|