mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
18 lines
369 B
Diff
18 lines
369 B
Diff
--- a/udev-installer.sh 2018-12-09 12:05:53.772318942 +0100
|
|
+++ b/udev-installer.sh 2018-12-09 12:06:19.939947629 +0100
|
|
@@ -21,12 +21,12 @@
|
|
cat <<'EOF'
|
|
start_service()
|
|
{
|
|
- systemctl start displaylink-driver
|
|
+ @systemd@/bin/systemctl start --no-block dlm
|
|
}
|
|
|
|
stop_service()
|
|
{
|
|
- systemctl stop displaylink-driver
|
|
+ @systemd@/bin/systemctl stop dlm
|
|
}
|
|
|
|
EOF
|
|
|