Update asusd.service

This commit is contained in:
Luke Jones
2024-04-17 06:10:44 +00:00
parent 4ea79f966e
commit cb5aa0f170

View File

@@ -7,7 +7,8 @@ After=nvidia-powerd.service systemd-udevd.service
[Service] [Service]
Environment=IS_SERVICE=1 Environment=IS_SERVICE=1
Environment=RUST_LOG="info" Environment=RUST_LOG="info"
ExecStartPre=/bin/sleep 2 # required to prevent init issues with hid_asus and MCU # required to prevent init issues with hid_asus and MCU
ExecStartPre=/bin/sleep 2
ExecStart=/usr/bin/asusd ExecStart=/usr/bin/asusd
Restart=on-failure Restart=on-failure
RestartSec=1 RestartSec=1