This unit is provided by:
Options
- 
    [Service]- 
        BindReadOnlyPaths=/usr/etc/ssl/certs/ca-bundle.crt:/etc/ssl/certs/ca-certificates.crt /nix/store -/etc/resolv.conf -/etc/nsswitch.conf -/etc/hosts -/etc/localtime -/run/postgresql
- 
        CapabilityBoundingSet=
- 
        DynamicUser=yes
- 
        Environment="DB_ENGINE=django.db.backends.postgresql" "DEBUG=0" "GUNICORN_CMD_ARGS=--bind=localhost:8080" "MEDIA_ROOT=/var/lib/tandoor-recipes" "POSTGRES_DB=tandoor_recipes" "POSTGRES_HOST=/run/postgresql" "POSTGRES_USER=tandoor_recipes"
- 
        ExecStart=/usr/bin/gunicorn recipes.wsgi
- 
        ExecStartPre=/usr/bin/tandoor-recipes-pre-start
- 
        LockPersonalityIntroduced in systemd 235=yes
- 
        MemoryDenyWriteExecuteIntroduced in systemd 231=yes
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        PrivateUsers=yes
- 
        ProtectClockIntroduced in systemd 245=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        Restart=on-failure
- 
        RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
- 
        RestrictNamespacesIntroduced in systemd 233=yes
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        RuntimeDirectory=tandoor-recipes
- 
        StateDirectory=tandoor-recipes
- 
        SystemCallArchitectures=native
- 
        SystemCallFilter=@system-service ~@privileged @resources @setuid @keyring
- 
        UMask=0066
- 
        User=tandoor_recipes
- 
        WorkingDirectory=/var/lib/tandoor-recipes
 
- 
        
- 
    [Unit]- 
        After=postgresql.service
- 
        Description=Tandoor Recipes server
 
- 
        
Additionnal notes
Nothing here.