Hi, [...]
It is possible to extend generated units as well. Start with "systemctl cat var-spool-video-video0.mount nfs-server.service" to check drop-ins for these units.
[...]
initscript is still unit (actually, in current systemd generator creates native unit definition out of initscript) so you can use standard ways
1. systemctl edit - it allows you to edit drop-in file for a unit - *any* unit actually. This drop-in is persistent and is merged into unit definition when systemd reads definition.
ic, didn't know that.
2. You can add x-systemd.requires=named.service (or whatever is it called) to /etc/fstab options. This is equivalent to both Requires and After in generated mount unit. Note that it is more strong than simple After; it is up to you to decide what is appropriate.
Thx a lot. I'll test what better serves my needs. Bye. Michael. -- Michael Hirmke -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org