mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
fedora: restart on USR1 instead of HUP
This commit is contained in:
2
.github/workflows/copr-release.yml
vendored
2
.github/workflows/copr-release.yml
vendored
@@ -193,7 +193,7 @@ jobs:
|
||||
|
||||
# Restart DMS for active users after upgrade
|
||||
if [ "$1" -ge 2 ]; then
|
||||
pkill -HUP -x dms >/dev/null 2>&1 || true
|
||||
pkill -USR1 -x dms >/dev/null 2>&1 || true
|
||||
fi
|
||||
|
||||
%files
|
||||
|
||||
Reference in New Issue
Block a user