Skip to content

Commit

Permalink
- fix #63 (--config in service file)
Browse files Browse the repository at this point in the history
- change to v1.0.1
  • Loading branch information
markwort committed Nov 11, 2020
1 parent a9fcf12 commit 0bb4dbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=vip-manager
VERSION=1.0-1
VERSION=1.0.1-1
# when specifying a beta version or something, make sure to stay compatible with .deb conventions, e.g. "1.0~beta3-1"
ARCH=amd64
LICENSE="BSD 2-Clause License"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

var (
// vip-manager version definition
version string = "1.0"
version string = "1.0.1"
)

func getMask(vip net.IP, mask int) net.IPMask {
Expand Down
2 changes: 1 addition & 1 deletion package/scripts/vip-manager.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Before=patroni.service
[Service]
Type=simple

ExecStart=/usr/bin/vip-manager -config=/etc/default/vip-manager.yml
ExecStart=/usr/bin/vip-manager --config=/etc/default/vip-manager.yml

Restart=on-failure

Expand Down

0 comments on commit 0bb4dbc

Please sign in to comment.