Add systemd watchdog feature
This commit is contained in:
parent
da5eba17d8
commit
d324040adc
3 changed files with 24 additions and 3 deletions
|
@ -4,7 +4,8 @@ Description=Traefik
|
|||
[Service]
|
||||
Type=notify
|
||||
ExecStart=/usr/bin/traefik --configFile=/etc/traefik.toml
|
||||
Restart=on-failure
|
||||
Restart=always
|
||||
WatchdogSec=1s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue