From f7af92a856139acfeee694a006db0b22fe388fc6 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Wed, 9 Sep 2015 12:23:08 +0200 Subject: [PATCH] Create ldm --- init.d/ldm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 init.d/ldm diff --git a/init.d/ldm b/init.d/ldm new file mode 100644 index 0000000..5187df1 --- /dev/null +++ b/init.d/ldm @@ -0,0 +1,5 @@ +#!/usr/bin/env watchman +depends systemd-udevd || return 1 + +#service_respawn='true' +service_command='/usr/bin/ldm'