1 2 3 4 5
#!/bin/sh if [ -x /usr/sbin/bfrun ]; then /usr/bin/systemd-inhibit --why="Prevent interrupting backup" /usr/sbin/bfrun fi