Nils K
Nils K
In theory yes, though that would mean that if the VPN for some reason is unable to start it would prevent VM from starting as well. Think of a setup...
Another alternative (and what I use for some other services) is to use systemd socket activation to pass a socket to the service. In the .socket unit I then declare...
I was initially only thinking about the sd-sysupdate service/timer and though about ordering it after `boot-complete.target ` (or would that be in some way racy given that the bootloader is...
> > sd-sysupdate service/timer > > I'd say that these shouldn't be used on a system that's using systemd-sysupdated. Should be one or the other What do you mean with...
Ah I did not spot the trailing d. I have unattended devices which should auto-update so the unit files seem like the best choice. Is it planned that both can...
And also: Specify whichever standard is used in the Makefile instead of using the compiler default. In a course I had the problem that I was compiling with a different...
I understand that the dashboard are to be used as a starting point though I cannot think of a single reason why one would want to monitor read-only filesystems for...
I am aware of that and there is even an [upstream PR to include erofs in the default exclude list](https://github.com/prometheus/node_exporter/pull/3313) though until that is merged, widely available, and can be...
This might not be a realistic use case but this also happens when adding `init=/usr/bin/fish` to the kernel command line thus running fish as the init process. Nowadays one should...
> So, this is a good question, how do we connect to "fd 4" from an external process? Is it possible to connect via `/proc/$MAINPID/fd/4`?