🐛 fix(systemctl): load protonmailbridge at the start of the gui session
This commit is contained in:
parent
a76de978f0
commit
04d0074547
2 changed files with 5 additions and 2 deletions
|
@ -41,3 +41,4 @@ wl-paste --watch cliphist store &
|
|||
|
||||
# Audio
|
||||
easyeffects --gapplication-service &
|
||||
systemctl --user start protonmail-bridge &
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue