Skip to content

Instantly share code, notes, and snippets.

@PedroHLC
Created October 9, 2018 02:37
Show Gist options
  • Save PedroHLC/7764e82fde94f54829c4fd47a0eaa822 to your computer and use it in GitHub Desktop.
Save PedroHLC/7764e82fde94f54829c4fd47a0eaa822 to your computer and use it in GitHub Desktop.
What I'm using to start kdeconnect in archlinux with i3 right now...
[Unit]
Description=KDE Connect
After=graphical.target
[Service]
Environment=DISPLAY=:0
ExecStart=/usr/lib/kdeconnectd
ExecStop=/usr/bin/kquitapp5 kdeconnectd
Restart=on-failure
BusName=org.kde.kdeconnect
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment