forked from pool/traefik1.7
9bdad8a4dc
Fix package name OBS-URL: https://build.opensuse.org/request/show/892933 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik1.7?expand=0&rev=2
20 lines
469 B
Desktop File
20 lines
469 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/traefik1.7.toml
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/bin/traefik --configFile=/etc/traefik/traefik1.7.toml
|
|
Restart=always
|
|
WatchdogSec=1s
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|