Complete rename

This commit is contained in:
Luke D Jones
2020-08-04 20:05:12 +12:00
parent 76a8f7678c
commit 584ca023ad
50 changed files with 150 additions and 307 deletions

22
data/asusd.conf Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy group="adm">
<allow send_destination="org.asus-linux.Daemon"/>
<allow receive_sender="org.asus-linux.Daemon"/>
</policy>
<policy group="sudo">
<allow send_destination="org.asus-linux.Daemon"/>
<allow receive_sender="org.asus-linux.Daemon"/>
</policy>
<policy group="wheel">
<allow send_destination="org.asus-linux.Daemon"/>
<allow receive_sender="org.asus-linux.Daemon"/>
</policy>
<policy user="root">
<allow own="org.asus-linux.Daemon"/>
<allow send_destination="org.asus-linux.Daemon"/>
<allow receive_sender="org.asus-linux.Daemon"/>
</policy>
</busconfig>

View File

@@ -1 +1 @@
ACTION=="add|change", SUBSYSTEM=="input", ENV{ID_VENDOR_ID}=="0b05", ENV{ID_MODEL_ID}=="18[0-9][0-9]", ENV{ID_TYPE}=="hid", TAG+="systemd", ENV{SYSTEMD_WANTS}="rog-core.service"
ACTION=="add|change", SUBSYSTEM=="input", ENV{ID_VENDOR_ID}=="0b05", ENV{ID_MODEL_ID}=="18[0-9][0-9]", ENV{ID_TYPE}=="hid", TAG+="systemd", ENV{SYSTEMD_WANTS}="asusd.service"

8
data/asusd.service Normal file
View File

@@ -0,0 +1,8 @@
[Unit]
Description=ASUS Notebook Control
[Service]
ExecStart=/usr/bin/asusd
Restart=on-failure
Type=dbus
BusName=org.asus-linux.Daemon

View File

@@ -1,22 +0,0 @@
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy group="adm">
<allow send_destination="org.rogcore.Daemon"/>
<allow receive_sender="org.rogcore.Daemon"/>
</policy>
<policy group="sudo">
<allow send_destination="org.rogcore.Daemon"/>
<allow receive_sender="org.rogcore.Daemon"/>
</policy>
<policy group="wheel">
<allow send_destination="org.rogcore.Daemon"/>
<allow receive_sender="org.rogcore.Daemon"/>
</policy>
<policy user="root">
<allow own="org.rogcore.Daemon"/>
<allow send_destination="org.rogcore.Daemon"/>
<allow receive_sender="org.rogcore.Daemon"/>
</policy>
</busconfig>

View File

@@ -1,8 +0,0 @@
[Unit]
Description=ROG Core Daemon
[Service]
ExecStart=/usr/bin/rog-core -d
Restart=on-failure
Type=dbus
BusName=org.rogcore.Daemon