aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/scripts/postinstall.sh')
-rw-r--r--pkg/scripts/postinstall.sh6+3 −3
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/scripts/postinstall.sh b/pkg/scripts/postinstall.sh
index 6e391fc..8a1e7cf 100644
--- a/pkg/scripts/postinstall.sh
+++ b/pkg/scripts/postinstall.sh
@@ -1,10 +1,10 @@
#!/bin/sh
-# SPDX-FileCopyrightText: 2026 Nikolay Govorov
+# SPDX-FileCopyrightText: 2026 Nikolay Govorov <me@govorov.online>
# SPDX-License-Identifier: AGPL-3.0-or-later
set -e
-if [ -x "/bin/systemctl" ] && [ -d /run/systemd/system ] && [ -f /usr/lib/systemd/system/tesor.service ]; then
+if [ -x "/bin/systemctl" ] && [ -d /run/systemd/system ] && [ -f /usr/lib/systemd/system/zorian.service ]; then
/bin/systemctl daemon-reload
- /bin/systemctl enable tesor
+ /bin/systemctl enable zorian
fi