diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-07-15 18:25:05 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-07-15 18:25:05 +0100 |
commit | 291886a968edf0ce719aa6f45e63d0d665fc188a (patch) | |
tree | f731ff3edf3a5759616d68c6094b45c8ad2438a0 /libvasile | |
parent | b7ae25345b17eb3994cf7213cab0b8cb096457e8 (diff) |
enable acpid, openrc-settingsd && ntpd in default runlevel (this sould fix unable to change timezone && unable to keep time NTP synced thingy)
Diffstat (limited to 'libvasile')
-rwxr-xr-x | libvasile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -254,11 +254,11 @@ isochainloader () { } isoservices () { - # enable live user setup service + # enable live user setup service (runlevel : boot) chroot "$isorsynctarget" su - "$isouser" -c "rc-update add redcorelive boot" # enable live iso system services (runlevel : default) - for service in dbus connman avahi-daemon syslog-ng cupsd cronie cgmanager consolekit alsasound bluetooth xdm virtualbox-guest-additions ; do + for service in acpid dbus connman avahi-daemon syslog-ng cupsd cronie cgmanager consolekit alsasound bluetooth ntpd openrc-settingsd xdm virtualbox-guest-additions ; do chroot "$isorsynctarget" su - "$isouser" -c "rc-update add "$service" default" done } |