From a29a20983f1693621c1a42ce960217a899a25d57 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 16 Sep 2018 03:23:33 +0200 Subject: [PATCH] Config : Systemd menu --- config/systemd/services/menu | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/systemd/services/menu b/config/systemd/services/menu index 62110aa..cad936d 100644 --- a/config/systemd/services/menu +++ b/config/systemd/services/menu @@ -2,12 +2,12 @@ . ./lib options=() -options+=("Enable" "") -options+=("Disable" "") -options+=("" "") -options+=("Restart" "(Experimental)") -options+=("Start" "(Experimental)") -options+=("Stop" "(Experimental)") +options+=("Enable" "systemctl enable") +options+=("Disable" "systemctl disable") +#options+=("" "") +#options+=("Restart" "(Experimental)") +#options+=("Start" "(Experimental)") +#options+=("Stop" "(Experimental)") defaultitem="Enable" sel=$(whiptail --backtitle "$apptitle" --title "Systemd services Menu :" --menu "" --default-item "$defaultitem" --cancel-button "Back" 0 0 0 \