[systemd-devel] Running a script as FIRST script before shutdown
Luca Bertoncello
L.Bertoncello at queo-group.com
Wed Sep 23 23:40:24 PDT 2015
Hi Lennart,
thank you for your answer!
> There is no concept of "first" or "last" in systemd, since it's not clear what
> that's supposed to mean if there are multiple, and what happens if some
> operation results in activation?
That's bad... :)
> Hence, simply order your service against the services it requires. If you want
> to just run some code when shutting down, make it a service with
> Type=oneshot and RemainAfterExit=yes, give it an empty ExecStart=, but
> specify ExecStop= to whatever it's supposed to do. Then order it *after* the
> services that it shall be able to use, as the shutdown order in systemd is
> always the inverse of the startup order, and what you specify via After= and
> Before= specifies the startup order.
Well, this is what I tried for more the three days... :(
I know, that the script need at least vdsmd.service, vdsm-network.service and libvirtd.service.
But it needs that the tmpfs-partition /run is mounted, too.
I didn't found any service or target that mount/unmount /run. How can I specify it?
Thanks
Mit freundlichen Grüßen
Luca Bertoncello
--
Besuchen Sie unsere Webauftritte:
www.queo.biz Agentur für Markenführung und Kommunikation
www.queoflow.com IT-Consulting und Individualsoftwareentwicklung
Luca Bertoncello
Administrator
Telefon: +49 351 21 30 38 0
Fax: +49 351 21 30 38 99
E-Mail: l.bertoncello at queo-group.com
queo GmbH
Tharandter Str. 13
01159 Dresden
Sitz der Gesellschaft: Dresden
Handelsregistereintrag: Amtsgericht Dresden HRB 22352
Geschäftsführer: Rüdiger Henke, André Pinkert
USt-IdNr.: DE234220077
More information about the systemd-devel
mailing list