Skip to content

Commit

Permalink
Use correct command to reload systemd config
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <votdev@gmx.de>
  • Loading branch information
votdev committed Mar 24, 2024
1 parent d2f2ff5 commit 48a6b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb/openmediavault/debian/openmediavault.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ case "$1" in
####################################################################
echo "Updating service units ..."
# Reload systemd unit files.
deb-systemd-helper daemon-reload || :
systemctl daemon-reload || :

# Stop and disable various services that are disabled by default.
deb-systemd-helper disable smartmontools.service
Expand Down

0 comments on commit 48a6b29

Please sign in to comment.