Skip to content
Snippets Groups Projects
Commit 2db253a2 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

enable service for root,create a tree for user and enable daemon

parent ef2953a1
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,12 @@ custo_once create_log_user
config(){
out_action "Create tree graphics, enables and makes it current"
66-tree -Ecn graphics
out_action "Enable dbus,connmand, consolekit,wpa_supplicant and ntpd on tree root"
66-enable connmand ntpd consolekit wpa_supplicant
out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c 66-tree -Ecn graphics
out_action "Enable dbus-user and xdg-user-dirs on tree graphics"
su "${NEWUSER}" -c 66-enable dbus-user xdg-user-dirs
}
custo_once config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment