Files
ansible/stop_mollyguard

7 lines
85 B
Bash

#!/bin/sh
if systemctl is-active mollyguard; then
systemctl stop mollyguard
fi