Skip to content

Commit

Permalink
Merge pull request #1116 from vdemeester/carry-watchdog
Browse files Browse the repository at this point in the history
Carry #818 —  Add systemd watchdog feature
  • Loading branch information
vdemeester committed Feb 5, 2017
2 parents da5eba1 + 99f2514 commit 7cb4c42
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 118 deletions.
3 changes: 2 additions & 1 deletion contrib/systemd/traefik.service
Expand Up @@ -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

0 comments on commit 7cb4c42

Please sign in to comment.