homeros: replace chkconfig hooks with use/services

Things that had to be done by hand are now generalized
and made convenient, hopefully.
This commit is contained in:
Michael Shigorin 2013-08-05 23:37:56 +04:00
parent 99a7a97284
commit 9257927e86
3 changed files with 2 additions and 7 deletions

View File

@ -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)

View File

@ -1,3 +0,0 @@
#!/bin/sh -e
chkconfig sshd on

View File

@ -1,3 +0,0 @@
#!/bin/sh -e
chkconfig voiceman on