1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

Enable SIGHUP non-systemd restart

This commit is contained in:
purian23
2025-11-04 11:12:46 -05:00
parent 331bd69021
commit bca5ee0c0d

View File

@@ -179,7 +179,7 @@ if [ "$1" -ge 2 ]; then
if systemctl --user is-active dms.service >/dev/null 2>&1; then
systemctl --user restart dms.service >/dev/null 2>&1
else
dms restart >/dev/null 2>&1
pkill -HUP dms >/dev/null 2>&1
fi
" 2>/dev/null || true