BastionGuard/data/service/BastionGuard-user-session-watch.service
specialworld83 f0f913a209 Release 2.0
2026-07-15 10:52:22 +02:00

17 lines
471 B
Desktop File

[Unit]
Description=BastionGuard restart guard for user services on suspend/resume and session lock
After=graphical-session.target
Wants=graphical-session.target
PartOf=graphical-session.target
StartLimitIntervalSec=0
[Service]
Type=simple
ExecStart=/usr/share/BastionGuard/data/scripts/BastionGuard-user-session-watch.sh
Restart=always
RestartSec=3s
Environment=XDG_RUNTIME_DIR=%t
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=%t/bus
[Install]
WantedBy=default.target