From 4fd31cd4384f5df41b6df4208f3ee74843490987 Mon Sep 17 00:00:00 2001 From: j1nx Date: Thu, 17 Sep 2020 16:30:05 +0200 Subject: [PATCH] MycroftOS: Quick fix in mycroft-splash-start.service --- .../package/mycroft-splash/mycroft-splash-start.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildroot-external/package/mycroft-splash/mycroft-splash-start.service b/buildroot-external/package/mycroft-splash/mycroft-splash-start.service index 367c4842..bd6e5b09 100644 --- a/buildroot-external/package/mycroft-splash/mycroft-splash-start.service +++ b/buildroot-external/package/mycroft-splash/mycroft-splash-start.service @@ -6,7 +6,9 @@ DefaultDependencies=no [Service] Type=oneshot -ExecStart=/usr/bin/psplash -n +ExecStart=/usr/bin/psplash +RemainAfterExit=yes +Restart=no [Install] WantedBy=sysinit.target