mirror of
https://github.com/SeriousBug/dotfiles
synced 2025-03-12 15:39:48 -05:00
11 lines
165 B
SYSTEMD
11 lines
165 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run kdeconnectd.
|
||
|
After=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
type=basic
|
||
|
ExecStart=/usr/lib/kdeconnectd
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session.target
|