Files
ansible/stop_mollyguard
T
2026-03-09 13:08:44 -04:00

7 lines
85 B
Bash

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