summaryrefslogtreecommitdiff
path: root/vendor/github.com/coreos/go-systemd/v22/daemon
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-16 12:17:01 +0000
committerGitHub <noreply@github.com>2022-09-16 12:17:01 +0000
commit903f551ae5dabf51204ecdf2a340bf1b0589e5db (patch)
tree2bb6d52256a4a200d95e39a60effb7381e244eb3 /vendor/github.com/coreos/go-systemd/v22/daemon
parent740223c441e5e6958ebd203c676e226263e5285d (diff)
downloadpodman-903f551ae5dabf51204ecdf2a340bf1b0589e5db.tar.gz
podman-903f551ae5dabf51204ecdf2a340bf1b0589e5db.tar.bz2
podman-903f551ae5dabf51204ecdf2a340bf1b0589e5db.zip
build(deps): bump github.com/coreos/go-systemd/v22 from 22.3.2 to 22.4.0
Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) from 22.3.2 to 22.4.0. - [Release notes](https://github.com/coreos/go-systemd/releases) - [Commits](https://github.com/coreos/go-systemd/compare/v22.3.2...v22.4.0) --- updated-dependencies: - dependency-name: github.com/coreos/go-systemd/v22 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/coreos/go-systemd/v22/daemon')
-rw-r--r--vendor/github.com/coreos/go-systemd/v22/daemon/watchdog.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/coreos/go-systemd/v22/daemon/watchdog.go b/vendor/github.com/coreos/go-systemd/v22/daemon/watchdog.go
index 7a0e0d3a5..25d9c1aa9 100644
--- a/vendor/github.com/coreos/go-systemd/v22/daemon/watchdog.go
+++ b/vendor/github.com/coreos/go-systemd/v22/daemon/watchdog.go
@@ -30,8 +30,8 @@ import (
// It returns one of the following:
// (0, nil) - watchdog isn't enabled or we aren't the watched PID.
// (0, err) - an error happened (e.g. error converting time).
-// (time, nil) - watchdog is enabled and we can send ping.
-// time is delay before inactive service will be killed.
+// (time, nil) - watchdog is enabled and we can send ping. time is delay
+// before inactive service will be killed.
func SdWatchdogEnabled(unsetEnvironment bool) (time.Duration, error) {
wusec := os.Getenv("WATCHDOG_USEC")
wpid := os.Getenv("WATCHDOG_PID")