[systemd-devel] Starting ssh from a systemd service

2023-02-14 Thread Thomas Köller
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

Re: [systemd-devel] Extend systemd-resolved service to override DNS response

2023-02-14 Thread Kevin P. Fleming
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

Re: [systemd-devel] Extend systemd-resolved service to override DNS response

2023-02-14 Thread Aditya Sharma
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