Update systemd services

This commit is contained in:
rydesun 2023-01-27 21:31:13 +08:00
parent a0edec0a74
commit 54b48ac279
18 changed files with 39 additions and 64 deletions

View file

@ -0,0 +1,2 @@
[Unit]
Description=Run desktop applications under Wayland

View file

@ -0,0 +1,2 @@
[Unit]
Description=Run desktop applications under X11

View file

@ -1,4 +0,0 @@
[Unit]
Description=Launch desktop applications
Requires=default.target
After=default.target

View file

@ -1,9 +1,9 @@
[Unit]
Description=Bluetooth Manager
Description=blueman
[Service]
Type=idle
ExecStart=/usr/bin/blueman-applet
[Install]
WantedBy=Xorg.target
WantedBy=X11.target
WantedBy=Wayland.target

View file

@ -1,9 +1,10 @@
[Unit]
Description=Clipboard manager with searchable and editable history
Description=copyq
[Service]
Type=idle
ExecStartPre=sleep 5
ExecStart=/usr/bin/copyq
[Install]
WantedBy=Xorg.target
WantedBy=X11.target
WantedBy=Wayland.target

View file

@ -1,9 +1,10 @@
[Unit]
Description=Input method framework
Description=fcitx5
[Service]
Type=forking
ExecStart=/usr/bin/fcitx5 -d
[Install]
WantedBy=Xorg.target
WantedBy=X11.target
WantedBy=Wayland.target

View file

@ -1,9 +0,0 @@
[Unit]
Description=Screenshot software
[Service]
Type=idle
ExecStart=/usr/bin/flameshot
[Install]
WantedBy=Xorg.target

View file

@ -1,10 +1,9 @@
[Unit]
Description=Communication Daemon between desktop and smartphone
Description=kdeconnect
[Service]
Type=idle
ExecStartPre=/usr/bin/sleep 5
ExecStart=/usr/bin/kdeconnect-indicator
[Install]
WantedBy=Xorg.target
WantedBy=X11.target
WantedBy=Wayland.target

View file

@ -1,9 +1,9 @@
[Unit]
Description=The LXQt Config Monitor
Description=lxqt-config-monitor
[Service]
Type=oneshot
ExecStart=/usr/bin/lxqt-config-monitor -l
[Install]
WantedBy=Xorg.target
WantedBy=X11.target

View file

@ -0,0 +1,9 @@
[Unit]
Description=network-manager-applet
[Service]
ExecStart=/usr/bin/nm-applet
[Install]
WantedBy=X11.target
WantedBy=Wayland.target

View file

@ -1,9 +0,0 @@
[Unit]
Description=Applet for managing network connections
[Service]
Type=idle
ExecStart=/usr/bin/nm-applet
[Install]
WantedBy=Xorg.target

View file

@ -1,9 +1,8 @@
[Unit]
Description=X compositor
Description=picom
[Service]
Type=idle
ExecStart=/usr/bin/picom
[Install]
WantedBy=Xorg.target
WantedBy=X11.target

View file

@ -0,0 +1,3 @@
[Install]
WantedBy=X11.target
WantedBy=Wayland.target

View file

@ -1,5 +1,5 @@
[Unit]
Description=Keep track of media player activity
Description=playerctld
[Service]
Type=oneshot

View file

@ -1,9 +0,0 @@
[Unit]
Description=LXQt policykit authentication agent
[Service]
Type=idle
ExecStart=/usr/bin/lxqt-policykit-agent
[Install]
WantedBy=Xorg.target

View file

@ -1,9 +0,0 @@
[Unit]
Description=Redshift display colour temperature adjustment (GUI)
[Service]
Type=idle
ExecStart=/usr/bin/redshift-gtk
[Install]
WantedBy=Xorg.target

View file

@ -1,9 +1,9 @@
[Unit]
Description=Removable disk automounter using udisks
Description=udiskie
[Service]
Type=idle
ExecStart=/usr/bin/udiskie --smart-tray
[Install]
WantedBy=Xorg.target
WantedBy=X11.target
WantedBy=Wayland.target

View file

@ -1,9 +1,8 @@
[Unit]
Description=Provides settings to X11 applications via the XSETTINGS specification
Description=xsettingsd
[Service]
Type=idle
ExecStart=/usr/bin/xsettingsd
[Install]
WantedBy=Xorg.target
WantedBy=X11.target