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

16 lines
483 B
Desktop File

[Unit]
StartLimitIntervalSec=0
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=always
RestartSec=3s
# 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