✨ feat(systemd): add protonmail-bridge service
This commit is contained in:
parent
b3bb6cf150
commit
b7a011c9f7
4 changed files with 14 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
- grim
|
||||
- nm-connection-editor
|
||||
- xwaylandvideobridge
|
||||
- gnome-keyring
|
||||
|
||||
# Bluetooth
|
||||
- bluez
|
||||
|
@ -151,6 +152,7 @@
|
|||
- android-sdk-platform-tools
|
||||
- pika-backup
|
||||
- rar
|
||||
- protonmail-bridge-bin
|
||||
|
||||
# Theme
|
||||
- catppuccin-gtk-theme-macchiato
|
||||
|
|
|
@ -53,6 +53,7 @@ git-delta 0.17.0-3
|
|||
github-cli 2.49.1-1
|
||||
glow 1.5.1-1
|
||||
gnome-disk-utility 46.0-1
|
||||
gnome-keyring 1:46.1-2
|
||||
gnome-logs 45.0-1
|
||||
go 2:1.22.3-1
|
||||
gparted 1.6.0-1
|
||||
|
|
|
@ -32,6 +32,7 @@ pika-backup 1:0.7.2-1
|
|||
pinterest-downloader-git f69006c.20230501.171-1
|
||||
proton-ge-custom-bin 1:GE_Proton9_5-1
|
||||
proton-vpn-gtk-app 4.3.1-2
|
||||
protonmail-bridge-bin 3.10.0-1
|
||||
protonvpn-cli-community 2.2.12-1
|
||||
pyprland 2.2.18-1
|
||||
qt5-styleplugins 5.0.0.20170311-35
|
||||
|
|
10
.config/systemd/user/protonmail-bridge.service
Normal file
10
.config/systemd/user/protonmail-bridge.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Protonmail client bridge service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
StandardOutput=journal
|
||||
ExecStart=/usr/bin/protonmail-bridge --no-window
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Reference in a new issue