diff --git a/features.in/homeros/config.mk b/features.in/homeros/config.mk index 551cb6d8..e184dc65 100644 --- a/features.in/homeros/config.mk +++ b/features.in/homeros/config.mk @@ -1,4 +1,4 @@ -use/homeros: use/control/sudo-su +use/homeros: use/control/sudo-su use/services @$(call add_feature) # @$(call set,BRANDING,simply-linux) # @$(call add,THE_BRANDING,menu xfce-settings) @@ -8,3 +8,4 @@ use/homeros: use/control/sudo-su @$(call add,THE_LISTS,homeros/yasr) @$(call add,THE_LISTS,homeros/tools) # @$(call set,META_VOL_SET,Homeros) + @$(call add,DEFAULT_SERVICES_ENABLE,sshd voiceman) diff --git a/features.in/homeros/live/image-scripts.d/10-ssh b/features.in/homeros/live/image-scripts.d/10-ssh deleted file mode 100755 index aeae3d18..00000000 --- a/features.in/homeros/live/image-scripts.d/10-ssh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -e - -chkconfig sshd on diff --git a/features.in/homeros/live/image-scripts.d/10-voiceman b/features.in/homeros/live/image-scripts.d/10-voiceman deleted file mode 100755 index 750404c8..00000000 --- a/features.in/homeros/live/image-scripts.d/10-voiceman +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -e - -chkconfig voiceman on