We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6c8d1 commit 93df661Copy full SHA for 93df661
imageroot/actions/restore-module/80start_services
@@ -0,0 +1,17 @@
1
+#!/bin/bash
2
+
3
+#
4
+# Copyright (C) 2023 Nethesis S.r.l.
5
+# SPDX-License-Identifier: GPL-3.0-or-later
6
7
+set -e
8
9
+# Redirect any output to the journal (stderr)
10
+exec 1>&2
11
12
+# If the control reaches this step, the service can be enabled and started
13
14
+touch smarthost.env
15
16
+systemctl --user enable firefly.service
17
+systemctl --user restart firefly.service
0 commit comments