aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/scripts/postinstall.sh')
-rw-r--r--pkg/scripts/postinstall.sh4+2 −2
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/scripts/postinstall.sh b/pkg/scripts/postinstall.sh
index 6e391fc..204f44a 100644
--- a/pkg/scripts/postinstall.sh
+++ b/pkg/scripts/postinstall.sh
@@ -4,7 +4,7 @@
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/recluse.service ]; then
/bin/systemctl daemon-reload
- /bin/systemctl enable tesor
+ /bin/systemctl enable recluse
fi