mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Ensure this is a full reset
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
# omarchy:summary=Restart the SwayOSD server
|
# omarchy:summary=Restart the SwayOSD server
|
||||||
|
|
||||||
if systemctl --user is-enabled --quiet swayosd-server.service; then
|
systemctl --user daemon-reload
|
||||||
systemctl --user restart swayosd-server.service
|
systemctl --user stop swayosd-server.service || true
|
||||||
else
|
pkill -x swayosd-server || true
|
||||||
omarchy-restart-app swayosd-server
|
systemctl --user reset-failed swayosd-server.service || true
|
||||||
fi
|
systemctl --user enable --now swayosd-server.service
|
||||||
|
|||||||
Reference in New Issue
Block a user