Skip to content

Commit a1f166f

Browse files
committed
Remove restart from postinstall
1 parent d4a179a commit a1f166f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

script/postinstall.sh

-6
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,3 @@ chmod 0640 /etc/pg2s3.conf
2222

2323
# Reload systemd to pickup pg2s3.service
2424
systemctl daemon-reload
25-
26-
# Restart if already running
27-
if systemctl is-active pg2s3 >/dev/null
28-
then
29-
systemctl restart pg2s3 >/dev/null
30-
fi

0 commit comments

Comments
 (0)