summarylogtreecommitdiffstats
path: root/asusd-nohwdep.service
diff options
context:
space:
mode:
Diffstat (limited to 'asusd-nohwdep.service')
-rw-r--r--asusd-nohwdep.service20
1 files changed, 20 insertions, 0 deletions
diff --git a/asusd-nohwdep.service b/asusd-nohwdep.service
new file mode 100644
index 000000000000..477be2e065b4
--- /dev/null
+++ b/asusd-nohwdep.service
@@ -0,0 +1,20 @@
+[Unit]
+Description=ASUS Notebook Control
+StartLimitInterval=200
+StartLimitBurst=2
+Before=multi-user.target
+Conflicts=asusd.service
+
+[Service]
+Environment=IS_SERVICE=1
+ExecStartPre=/bin/sleep 2
+ExecStart=/usr/bin/asusd
+Restart=on-failure
+Restart=always
+RestartSec=1
+Type=dbus
+BusName=org.asuslinux.Daemon
+SELinuxContext=system_u:system_r:unconfined_t:s0
+
+[Install]
+WantedBy=multi-user.target