21 lines
435 B
Desktop File
21 lines
435 B
Desktop File
[Unit]
|
|
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=on-failure
|
|
RestartSec=1
|
|
TimeoutStopSec=5s
|
|
KillSignal=SIGTERM
|
|
KillMode=control-group
|
|
NoNewPrivileges=false
|
|
PrivateTmp=true
|
|
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=default.target
|