mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Fix systemd service
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user