Harald Hoyer
|
5a420e6183
|
fix(watchdog): shellcheck for modules.d/04watchdog
|
2021-03-26 13:24:17 +01:00 |
Harald Hoyer
|
9a52c3fdb0
|
style: shfmt reformat
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64" -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w .
```
|
2021-03-13 20:10:43 +01:00 |
Harald Hoyer
|
aa09b74a41
|
dash compat: use "2>&1" rather than "&>"
|
2012-09-20 10:26:14 +02:00 |
Harald Hoyer
|
f0a7fc5b43
|
watchdog: set watchdog timeout with wdctl, if available
"wdctl -s" does not yet exist upstream. I patched
util-linux/sys-utils/wdctl.c to set the timeout.
|
2012-08-01 12:49:45 +02:00 |
Harald Hoyer
|
08084370fd
|
watchdog: call watchdog more often
|
2012-06-29 12:41:28 +02:00 |
Harald Hoyer
|
ef914f7d83
|
add 04watchdog dracut module
|
2012-06-18 20:05:25 +02:00 |