Skip to content

Commit

Permalink
[integrations] systemd: add config flag to service (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
schallert authored Sep 28, 2018
1 parent 1b4b11e commit ee3cd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/systemd/m3dbnode.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/m3dbnode
ExecStart=/usr/bin/m3dbnode -f /etc/m3db/m3dbnode.yaml
Restart=on-failure
RestartSecs=10s
SuccessExitStatus=0
Expand Down

0 comments on commit ee3cd27

Please sign in to comment.