You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
416 B
19 lines
416 B
[Unit]
|
|
Description=The Cloud Native Application Proxy
|
|
Wants=network.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Restart=always
|
|
Type=simple
|
|
EnvironmentFile=/opt/traefik/etc/traefik.env
|
|
ExecStart=/opt/traefik/bin/traefik
|
|
WorkingDirectory=/opt/traefik/etc
|
|
User=traefik
|
|
Group=traefik
|
|
|
|
# Allow traefik to bind to <1024 ports
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|
|
|