diff --git a/tasks/shell/systemd_units.sh b/tasks/shell/systemd_units.sh new file mode 100755 index 00000000..61b38c0d --- /dev/null +++ b/tasks/shell/systemd_units.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env zsh + +SYSTEM_SERVICES=( + "systemd-resolved" +)