feat(systemd): add protonmail-bridge service

This commit is contained in:
Sergio Laín 2024-05-13 00:31:38 +02:00
parent b3bb6cf150
commit b7a011c9f7
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B
4 changed files with 14 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View 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