18.06.2020 10:07, Kamal Rathi пишет: > > Now I am more eager to know if is it possible to run anything before it > kills users processes at shutdown / reboot / halt.
User processes run either as part of user session or as part of user service. The former is session-xxx.scope, the latter is [email protected]. You could add Before=your.service to [email protected] template to make sure your.service is stopped first. Current version of systemd allows creation of drop-ins in session-.scope.d as well to add dependency to all session scopes. Check systemd.unit man page. _______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
