Boucman
Boucman
remember that the target of an alias can change... so if we do need to save aliases typically, ssh.service can point to openssh.service or dropbear.service depending on what is installed...
I don't like Type=forking... I do'nt know about swayidle specifically, but it needs some very fragile synchronisation between the main process and the forked process I.e the forked process has...
does swayidle have a dbus API ? If it takes a well-known name on the bus, systemd can use that as a readyness indicator
ok, last chance... is there a command line that we could launch next to swayidle and that would block until swayidle is ready ?
hmm, on the one hand, I had that problem once or twice with vendor layers, so there is a real need to patch layers and not simply "blindly pull" from...
That's definitely ugly, but a nice trick to know... I had never heard of kill -0. thx
Ping ? This should be a quick review...
After digging a little, this seems caused by https://github.com/andreasscherbaum/ansible-lxc-ssh/blob/d4215530322c6186dc64ac9979091ca5176acf0a/lxc_ssh.py#L752 Which resets the previous (correct) value of self.user. this line was added in https://github.com/andreasscherbaum/ansible-lxc-ssh/pull/31 and contradicts https://github.com/andreasscherbaum/ansible-lxc-ssh/blob/d4215530322c6186dc64ac9979091ca5176acf0a/lxc_ssh.py#L517 Commenting that line fixes...
the next version of DT (2.0) will have major additions to the Lua API, in particular to add buttons via lua, but no. There is no lua callback for those...