This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-arm/debian/syncthing/postinst
T
2016-04-06 22:18:30 +01:00

7 lines
102 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
if [[ ${1:-} == configure ]]; then
pkill -HUP -x syncthing || true
fi