makedeb


traefik-bin 1:2.9.10-1


The Cloud Native Application Proxy

Viewing /traefik.postinst.

View raw.

Click here to go back to the Git tree for traefik-bin.

#!/usr/bin/env bash

id -u traefik &>/dev/null || useradd -r -s /bin/false -U -M traefik
systemctl daemon-reload
systemctl enable --now traefik.service