🐛 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
|
# Audio
|
||||||
easyeffects --gapplication-service &
|
easyeffects --gapplication-service &
|
||||||
|
systemctl --user start protonmail-bridge &
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Protonmail client bridge service
|
Description=Protonmail client bridge service
|
||||||
|
PartOf=graphical-session.target
|
||||||
|
After=graphical-session.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=exec
|
||||||
StandardOutput=journal
|
StandardOutput=journal
|
||||||
ExecStart=/usr/bin/protonmail-bridge --no-window
|
ExecStart=/usr/bin/protonmail-bridge --no-window
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=graphical-session.target
|
||||||
|
|
Loading…
Add table
Reference in a new issue