Hello,

I am writing a systemd .service file to handle NVDIMMs.

- start
- stop
- reload
all work

The problem child is "restart".
Restart is internally implemented as stop followed by start.

The problem is, that stop calls a program which does something to the
NVDIMM hardware.
After that no further access to the NVDIMMs is possible before the next
reboot of the server.

How should I handle that sort of logic with systemd?


                                        Mit freundlichen Gruessen
                                                Andreas Buschmann
-- 

Andreas Buschmann
[Senior Systems Engineer]

net.DE AG
Büttnerstraße 57
D-30165 Hannover 

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to