summarylogtreecommitdiffstats
path: root/udev.sh
diff options
context:
space:
mode:
authorendorfina2023-11-12 16:17:55 +0100
committerendorfina2023-11-12 16:51:09 +0100
commit2c40d62272372fae89b3405e79af8e3db76f5e90 (patch)
treed18acb80f13381f3cf7e6adba954c54e6bd488af /udev.sh
parent0853e86909e1efeaa0bfe3d16433648e96be436a (diff)
downloadaur-displaylink.tar.gz
Fixed udev
- The udev.sh script was starting the wrong service - Changed the rules location file to /usr/lib/udev, because that's where all other rules are.
Diffstat (limited to 'udev.sh')
-rw-r--r--udev.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev.sh b/udev.sh
index 8efabddcc186..a80b096f9692 100644
--- a/udev.sh
+++ b/udev.sh
@@ -103,12 +103,12 @@ main()
start_service()
{
- systemctl start displaylink-driver
+ systemctl start --no-block displaylink
}
stop_service()
{
- systemctl stop displaylink-driver
+ systemctl stop displaylink
}
if [ "$ACTION" = "add" ] && [ "$#" -ge 3 ]; then