#!/bin/bash
set -euo pipefail

if [[ ${1:-} == configure ]]; then
	pkill -x -HUP syncthing || true
fi
