mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-12-22 10:59:56 -06: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
|