Files
ansible/playbooks/roles/common/scripts/stop_mollyguard
2026-03-08 06:55:57 -04:00

7 lines
85 B
Bash

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