I cannot start the 'ssh' command from a systemd service. A very simple
service file demonstrates the problem:
# /run/systemd/system/ssh-test.service
[Unit]
[Service]
Type = oneshot
ExecStart = /usr/bin/ssh -V
[root@raspi-400 ~]# systemctl start ssh-test.service
Job for ssh-test.service fail
On Tue, Feb 14, 2023, at 04:04, Aditya Sharma wrote:
> Hi Kevin,
>
> *If what you mean is that you want to serve 'stale' records from a cache when
> their TTLs have expired and the authoritative servers which provided them are
> not reachable, that's something that a number of existing recursive
Hi Kevin,
*If what you mean is that you want to serve 'stale' records from a cache
when their TTLs have expired and the authoritative servers which provided
them are not reachable, that's something that a number of existing
recursive resolvers are able to do and it could be logical for
systemd-re