nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at 20.09 18 lines 405 B view raw
1--- a/udev-installer.sh 2018-12-09 12:05:53.772318942 +0100 2+++ b/udev-installer.sh 2018-12-09 12:06:19.939947629 +0100 3@@ -21,12 +21,12 @@ 4 cat <<'EOF' 5 start_service() 6 { 7- systemctl start displaylink-driver 8+ /run/current-system/systemd/bin/systemctl start --no-block dlm 9 } 10 11 stop_service() 12 { 13- systemctl stop displaylink-driver 14+ /run/current-system/systemd/bin/systemctl stop dlm 15 } 16 17 EOF 18