BastionGuard/data/service/BastionGuard-useragent.service
specialworld83 d34e319fbe Public release
2026-02-27 21:37:06 +01:00

14 lines
449 B
Desktop File

[Unit]
Description=BastionGuard user agent (mostra notifiche / DBus agent)
After=graphical-session.target
[Service]
Type=simple
# Questo eseguibile deve essere l'agent che mostra finestre/notifiche in sessione utente
ExecStart=/usr/bin/BastionGuard-ransomware-alert
Restart=on-failure
# Assicura che il processo abbia accesso all'ambiente dell'utente e al bus di sessione
Environment=XDG_RUNTIME_DIR=/run/user/%U
[Install]
WantedBy=default.target