Run script after/before suspending/hibernating and when system starts/shuts down #349
-
Is there a folder to place scripts that will be executed in those moments? For example I found out about I know that elogind can do something at least for suspending/hibernating. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
No, dinit has no direct support for any kind of power management other than for shutdown. This functionality can be provided by other packages. For what it's worth the Dinit documentation is quite complete. If something isn't mentioned in the documentation then it's not a feature.
That's nothing to do with dinit itself. Any functionality for executing things from |
Beta Was this translation helpful? Give feedback.
No, dinit has no direct support for any kind of power management other than for shutdown. This functionality can be provided by other packages.
For what it's worth the Dinit documentation is quite complete. If something isn't mentioned in the documentation then it's not a feature.
That's nothing to do with dinit itself. Any functionality for executing things from
/etc/local.d
is provided by the distribution (possibly they implement it as a dinit service, but I don'…