summaryrefslogtreecommitdiffstats
path: root/script/post-upgrade
blob: 5fb8ad187c7780d2e163cd0f2a243bb8e4e6bce7 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if command -v deb-systemd-invoke > /dev/null; then
	deb-systemd-invoke restart procps.service
else
	sysctl -q --system
fi
pkill -HUP -x syncthing || true