Skip to content

Commit

Permalink
Use kingpin options
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellrj committed Jan 15, 2018
1 parent 0870004 commit a3df534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alertmanager/alertmanager.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ After=network.target
EnvironmentFile=-/etc/default/alertmanager
User=prometheus
ExecStart=/usr/bin/alertmanager \
-config.file=/etc/prometheus/alertmanager.yml \
-storage.path=/var/lib/prometheus/alertmanager \
--config.file=/etc/prometheus/alertmanager.yml \
--storage.path=/var/lib/prometheus/alertmanager \
$ALERTMANAGER_OPTS
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
Expand Down

0 comments on commit a3df534

Please sign in to comment.