forked from pool/traefik
e2a2cb27da
Updata Traefik to 2.4.8 OBS-URL: https://build.opensuse.org/request/show/889332 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik?expand=0&rev=3
20 lines
463 B
Desktop File
20 lines
463 B
Desktop File
[Unit]
|
|
Description=Traefik
|
|
Documentation=https://doc.traefik.io/traefik/
|
|
After=network.target network-online.target
|
|
Requires=network-online.target
|
|
AssertFileIsExecutable=/usr/bin/traefik
|
|
AssertPathExists=/etc/traefik/traefik.toml
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/bin/traefik --configFile=/etc/traefik/traefik.toml
|
|
Restart=always
|
|
WatchdogSec=1s
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|