From 1360bb7fbaeff290359fc8a5041e81373e95ba93 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 11 Apr 2018 16:27:48 +0200 Subject: [PATCH] Create hassio-config.service --- .../usr/lib/systemd/system/hassio-config.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-config.service diff --git a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-config.service b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-config.service new file mode 100644 index 000000000..2c66b46a7 --- /dev/null +++ b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-config.service @@ -0,0 +1,10 @@ +[Unit] +Description=Hassio Configuration Manager +After=hassio-bind.target + +[Service] +Type=oneshot +ExecStart=/sbin/hassio-config + +[Install] +WantedBy=multi-user.target