🐛 fix(systemctl): load protonmailbridge at the start of the gui session

This commit is contained in:
Sergio Laín 2024-05-15 00:31:43 +02:00
parent a76de978f0
commit 04d0074547
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B
2 changed files with 5 additions and 2 deletions

View file

@ -41,3 +41,4 @@ wl-paste --watch cliphist store &
# Audio
easyeffects --gapplication-service &
systemctl --user start protonmail-bridge &

View file

@ -1,10 +1,12 @@
[Unit]
Description=Protonmail client bridge service
PartOf=graphical-session.target
After=graphical-session.target
[Service]
Type=simple
Type=exec
StandardOutput=journal
ExecStart=/usr/bin/protonmail-bridge --no-window
[Install]
WantedBy=default.target
WantedBy=graphical-session.target