Skip to content

Commit 152c74f

Browse files
authored
start service
1 parent b666bad commit 152c74f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pritunl-nginx-proxy/entrypoint.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ else
1717
log "Error: Profile /conf/pritunl-profiles/$PRITUNL_PROFILE not found!"
1818
exit 1
1919
fi
20+
21+
log "Starting pritunl-client-service daemon..."
22+
pritunl-client-service &
23+
sleep 2
24+
2025

2126
# Import the profile
2227
pritunl-client add "/conf/pritunl-profiles/$PRITUNL_PROFILE" > /dev/null

0 commit comments

Comments
 (0)