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:
parent
99a7a97284
commit
9257927e86
@ -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)
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
chkconfig sshd on
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
chkconfig voiceman on
|
Loading…
Reference in New Issue
Block a user