mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 22:55:00 +08:00
Update systemd user services
This commit is contained in:
parent
b2fd6e34e6
commit
7fe6f96aba
4 changed files with 18 additions and 19 deletions
9
.config/systemd/user/flameshot.service
Normal file
9
.config/systemd/user/flameshot.service
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Screenshot software
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/bin/flameshot
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
9
.config/systemd/user/playerctld.service
Normal file
9
.config/systemd/user/playerctld.service
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Keep track of media player activity
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/playerctld daemon
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[Unit]
|
||||
Description=Cross-platform V2ray Client written in Qt
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/bin/qv2ray
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=Platform for building proxies to bypass network restrictions Service
|
||||
After=default.target
|
||||
|
||||
[Service]
|
||||
; Rewrite config from qv2ray
|
||||
ExecStart=/usr/bin/v2ray -config %h/.config/qv2ray/generated/config.gen.json -config %h/.config/v2ray/config.json
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue