From 7f5575a8effdeb147e8c88bb8a2fb2f6e5d688f0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 12 Apr 2018 16:33:56 +0200 Subject: [PATCH] Enable services --- .../systemd/system/multi-user.target.wants/hassio-config.service | 1 + .../system/multi-user.target.wants/hassio-supervisor.service | 1 + buildroot-external/rootfs-overlay/usr/bin/hassio-cli | 0 buildroot-external/rootfs-overlay/usr/sbin/hassio-config | 0 buildroot-external/rootfs-overlay/usr/sbin/hassio-supervisor | 0 5 files changed, 2 insertions(+) create mode 120000 buildroot-external/rootfs-overlay/etc/systemd/system/multi-user.target.wants/hassio-config.service create mode 120000 buildroot-external/rootfs-overlay/etc/systemd/system/multi-user.target.wants/hassio-supervisor.service mode change 100644 => 100755 buildroot-external/rootfs-overlay/usr/bin/hassio-cli mode change 100644 => 100755 buildroot-external/rootfs-overlay/usr/sbin/hassio-config mode change 100644 => 100755 buildroot-external/rootfs-overlay/usr/sbin/hassio-supervisor diff --git a/buildroot-external/rootfs-overlay/etc/systemd/system/multi-user.target.wants/hassio-config.service b/buildroot-external/rootfs-overlay/etc/systemd/system/multi-user.target.wants/hassio-config.service new file mode 120000 index 000000000..61c279a59 --- /dev/null +++ b/buildroot-external/rootfs-overlay/etc/systemd/system/multi-user.target.wants/hassio-config.service @@ -0,0 +1 @@ +/usr/lib/systemd/system/hassio-config.service \ No newline at end of file diff --git a/buildroot-external/rootfs-overlay/etc/systemd/system/multi-user.target.wants/hassio-supervisor.service b/buildroot-external/rootfs-overlay/etc/systemd/system/multi-user.target.wants/hassio-supervisor.service new file mode 120000 index 000000000..855f70d36 --- /dev/null +++ b/buildroot-external/rootfs-overlay/etc/systemd/system/multi-user.target.wants/hassio-supervisor.service @@ -0,0 +1 @@ +/usr/lib/systemd/system/hassio-supervisor.service \ No newline at end of file diff --git a/buildroot-external/rootfs-overlay/usr/bin/hassio-cli b/buildroot-external/rootfs-overlay/usr/bin/hassio-cli old mode 100644 new mode 100755 diff --git a/buildroot-external/rootfs-overlay/usr/sbin/hassio-config b/buildroot-external/rootfs-overlay/usr/sbin/hassio-config old mode 100644 new mode 100755 diff --git a/buildroot-external/rootfs-overlay/usr/sbin/hassio-supervisor b/buildroot-external/rootfs-overlay/usr/sbin/hassio-supervisor old mode 100644 new mode 100755