1

[solved] pm-utils script working after hibernation or suspend

view story
linux-howto

https://bbs.archlinux.org – I don't think you should be worried about your scripts being overwritten. As far as I know, and as the wiki states, if you had personalized a unit file from /usr/lib/systemd/system/ and left it in the same folder there would be a chance for that unit to be overwritten by future updates. But the scripts, again as far as I know, are not affected by this.In the same way, you can even try to convert your scripts to systemd unit files and keep them in /etc/systemd/system as that is the way it actually should be done. A previous version of the wiki recommended this as using scripts was consider (HowTos)