mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 09:23:19 +01:00
14 lines
226 B
Desktop File
14 lines
226 B
Desktop File
[Unit]
|
|
Description=ASUS User Daemon
|
|
StartLimitInterval=200
|
|
StartLimitBurst=2
|
|
|
|
[Service]
|
|
ExecStartPre=/usr/bin/sleep 2
|
|
ExecStart=/usr/bin/asusd-user
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=default.target |