You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
398 B
Django/Jinja

#jinja2: lstrip_blocks: "True"
[Unit]
Description=Louketo auth proxy for %I
[Service]
Type=simple
User={{ louketo_user }}
WorkingDirectory={{ louketo_install_path }}
ExecStart={{ louketo_install_path }}/louketo-proxy --config={{ louketo_config_path }}/%i.yaml
Restart=always
AmbientCapabilities=CAP_NET_BIND_SERVICE
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
[Install]
WantedBy=multi-user.target