Skip to content

Commit

Permalink
build: update packaged systemd service to set `--inventory.reload-int…
Browse files Browse the repository at this point in the history
…erval 5m`
  • Loading branch information
tjhop committed May 20, 2024
1 parent 7f6a0ef commit 9659418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/systemd/mango.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Wants=network.target
After=network.target

[Service]
ExecStart=/usr/bin/mango --inventory.path /opt/mango/inventory
ExecStart=/usr/bin/mango --inventory.path /opt/mango/inventory --inventory.reload-interval '5m'
ExecReload=/bin/kill -SIGHUP $MAINPID
Restart=on-failure
KillSignal=SIGINT
Expand Down

0 comments on commit 9659418

Please sign in to comment.