2024-06-01 23:24:27 +02:00
|
|
|
# Example shutdown file
|
|
|
|
|
|
2025-11-25 23:03:46 +02:00
|
|
|
# This file is executed as a shell script when labwc is preparing to terminate
|
|
|
|
|
# itself.
|
2024-06-01 23:24:27 +02:00
|
|
|
# For further details see labwc-config(5).
|
2026-04-21 16:31:30 +02:00
|
|
|
|
|
|
|
|
# When running under systemd, uncomment the systemctl line below to tear down
|
|
|
|
|
# graphical-session.target (which cascades to labwc-session.target via
|
|
|
|
|
# BindsTo, and to any service declaring PartOf=graphical-session.target).
|
|
|
|
|
# Running synchronously here ensures those services are stopped before the
|
|
|
|
|
# Wayland socket goes away, avoiding "Broken pipe" failures on teardown.
|
|
|
|
|
#
|
|
|
|
|
# systemctl --user stop graphical-session.target
|