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

22 lines
456 B
Desktop File

[Unit]
StartLimitIntervalSec=0
Description=BastionGuard CEF backend proxy (sandboxed, per-user)
After=graphical-session.target
Wants=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/bastionguard-cef --listen 127.0.0.1 --port 3130
Restart=always
RestartSec=3s
TimeoutStopSec=5s
KillSignal=SIGTERM
KillMode=control-group
NoNewPrivileges=false
PrivateTmp=true
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=default.target