Skip to content

Commit

Permalink
ensure restart after aggregator updates
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
  • Loading branch information
dirkhh committed Jun 17, 2023
1 parent a3980bc commit bbf3e3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def handle_advanced_post_request():
"FEEDER_HEYWHATSTHAT_ID": request.form.get("FEEDER_HEYWHATSTHAT_ID", default=""),
}
)
RESTART.restart_systemd()
return redirect("/restarting")


Expand Down

0 comments on commit bbf3e3b

Please sign in to comment.