> > *Using Wheezy on the BBB (2015.03 console image). The mysql package is in > the in-between state of apparently using both mysqld-safe and systemd.* >
Wheezy is technically not a systemd debian. It was added by Robert, and in fact it can be disabled. IF that is what you want. So my limited understanding of systemd is that you create services files, with targets, rules, etc. What it seems you need to do is write a service script that must be run before any of those system power options are engaged. As to how, I'm not exactly sure, but pretty sure a google session would be fruitful. On Tue, Feb 23, 2016 at 10:52 AM, Jonathan Ross <[email protected]> wrote: > Using Wheezy on the BBB (2015.03 console image). The mysql package is in > the in-between state of apparently using both mysqld-safe and systemd. > If I run "service mysql stop", the systemd mysql service stops seemingly > happily and in /var/log/syslog I see the shutdown of mysql logged from > mysqld. > However, if I issue a system "halt" or "reboot" or even a systemctl > poweroff, I see no evidence of a clean mysql shutdown in the syslog. > I'm unsure if mysql is being halted cleanly upon system halt/reboot and > just not logged, or if the process is just being killed (leading to the > possibility of data corruption). > Cheers for any pointers / debugging ideas. > Jon Ross > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
