Re: [systemd-devel] machinectl poweroff: wait until shutdown is done

2024-08-05 Thread Silvio Knizek
Am Montag, dem 05.08.2024 um 15:27 + schrieb Joel GUITTET: > Hello > Is there a way when using "machinectl poweroff " to wait until the > container is effectively totally stopped ? So that the following command > after machinectl poweroff can be executed safely (in my case un-mounting the >

[systemd-devel] machinectl poweroff: wait until shutdown is done

2024-08-05 Thread Joel GUITTET
Hello Is there a way when using "machinectl poweroff " to wait until the container is effectively totally stopped ? So that the following command after machinectl poweroff can be executed safely (in my case un-mounting the rootfs, cleaning iptables rules etc etc). Thanks Joel  

[systemd-devel] Can I use an EnvironmentFile to configure a Timer?

2024-08-05 Thread Windl, Ulrich
Hi! I have a service and timer template where the service instances are configured via an environment file like etc/.../%i.conf. The timer template will use the @%i.service unit, but currently has a fixed "OnCalendar=daily" currently. As the instances might want to run with a different frequency