Skip to content

Commit 6d1d191

Browse files
authored
Update postinst to fit with hestia service.
1 parent 197c67f commit 6d1d191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deb/nginx/postinst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ if [ "$1" != "configure" ]; then
77
fi
88

99
# Touch and set permisions on default log files on installation
10-
update-rc.d vesta defaults >/dev/null
11-
invoke-rc.d vesta start || true
10+
update-rc.d hestia defaults >/dev/null
11+
invoke-rc.d hestia start || true

0 commit comments

Comments
 (0)