Fix systemd service

This commit is contained in:
Luke D Jones
2020-08-04 21:14:39 +12:00
parent d4032379b0
commit 7adb477e1b
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ impl Config {
let mut c = Config::default(); let mut c = Config::default();
c.bat_charge_limit = 100; c.bat_charge_limit = 100;
c.kbd_backlight_mode = 0; c.kbd_backlight_mode = 0;
c.kbd_boot_brightness = 1;
for n in supported_led_modes { for n in supported_led_modes {
c.kbd_backlight_modes.push(AuraModes::from(*n)) c.kbd_backlight_modes.push(AuraModes::from(*n))

View File

@@ -5,4 +5,4 @@ Description=ASUS Notebook Control
ExecStart=/usr/bin/asusd ExecStart=/usr/bin/asusd
Restart=on-failure Restart=on-failure
Type=dbus Type=dbus
BusName=org.asus-linux.Daemon BusName=org.asuslinux.Daemon