Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cokebar authored Jun 9, 2018
1 parent 19bef0f commit bae28a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/vlmcsd.init
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ START=90

start(){
if [ ! -f "/tmp/vlmcsd.pid" ]; then
/usr/bin/vlmcsd -i /etc/vlmcsd.ini -p /tmp/vlmcsd.pid -l syslog -L [::]:1688
/usr/bin/vlmcsd -i /etc/vlmcsd.ini -p /tmp/vlmcsd.pid -l syslog -L 0.0.0.0:1688 -L [::]:1688
echo "KMS Server has started."
else
echo "KMS Server has already started."
Expand Down

0 comments on commit bae28a5

Please sign in to comment.