I have a script:
$ cat /usr/lib/systemd/system-sleep/custom
#!/bin/sh
case $1 in
pre)
;;
post)
in which I put instructions on what to do before and after the machine
goes into suspend.
If I were to nuke systemd and move to sysv, how would I handle these events?
Thanks
--
Ottavio Caruso