1 2 3 4 5
#!/bin/bash -e if [ "$1" = "purge" ]; then systemctl disable vyos-router.service >/dev/null || exit $? fi