AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /usr/share/debhelper/autoscripts/
Upload File :
Current File : //usr/share/debhelper/autoscripts/postinst-systemd-restartnostart

if [ -d /run/systemd/system ]; then
	systemctl --system daemon-reload >/dev/null || true
	if [ -n "$2" ]; then
		deb-systemd-invoke try-restart #UNITFILES# >/dev/null || true
	fi
fi