Add vesktop.service
This commit is contained in:
11
systemd/tray-apps/vesktop.service
Normal file
11
systemd/tray-apps/vesktop.service
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=An Electron-based Discord app with Vencord & improved Linux support
|
||||||
|
Documentation=https://github.com/Vencord/Vesktop
|
||||||
|
PartOf=tray-apps.target
|
||||||
|
After=tray-apps.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/local/bin/vesktop --start-minimized
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=tray-apps.target
|
||||||
Reference in New Issue
Block a user