From e3bdeb47a8366319d40f690be37f9cad3699e650 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 23 Dec 2016 12:01:38 -0800 Subject: [PATCH] [Linux] Add systemd_units script --- tasks/shell/systemd_units.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tasks/shell/systemd_units.sh 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" +)