-
Hi,
I use needrestart on jessie from jessie-backports. I have the problem that nagios3.service is always detected
I also tried it wit the version from stretch but the issue still exist
-
This warning exists on munin servers (Debian Jessie) with needrestart 2.9 installed from backports
```
$ needrestart -p
# Use of runtime loader module Module::Implementation detected. Results o…
-
When I run needrestart I occasionally get these warnings:
```
Warning: Unit file of dhcpcd.service changed on disk, 'systemctl daemon-reload' recommended.
Warning: Unit file of mongodb.service chang…
-
Hi,
I am trying to use this script to build an image for my Raspi3.
Here are some trivial modifications I did:
```patch
diff --git a/bootstrap.sh b/bootstrap.sh
index 8bf4704..7b21603 10075…
-
So I experienced that Markups won't work if the notifytext itself contains somethink with . For Example
notify-send Dunst , output will look like; Dunst . Same behaviour with & which i can't escape.…
-
As per:
https://github.com/liske/needrestart/blob/f9cd0d3169be4eda7cf84357072ff935c81e9b5d/README.Cont.md
it is stated that there is container support for restarting containers. Notably absent is L…
-
hi,
I get above error message when running needrestart without a $nrconf{override_cont} entry in needrestart.conf.
override_cont => [], in line 119 should probably be override_cont => {}, ?
E:…
-
After updating v2.9 -> v2.10 I have see unexpected message about pending kernel upgrade:
```
root@thinkpad ~ #needrestart -q -r l
Pending kernel upgrade!
Running kernel version:
4.8.5-un-de…
-
It should be a good thing if needrestart can support systemd-nspawn containers.
I use nspawn for thin / app containing and needrestart does not handle the fact that launched binary is under a specific…
-
I am running ruby inside docker container, needrestart prints some warnings about undef values. The problem is that the process's cwd doesn't exist outside of the container (where needrestart is run):…