mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
correct kdeconnect typos
This commit is contained in:
parent
fc91f5bb73
commit
f500d83e1b
2 changed files with 2 additions and 2 deletions
|
|
@ -12,5 +12,5 @@
|
|||
- include_tasks: roles/nmtrust/tasks/unit.yml
|
||||
vars:
|
||||
unit: kdeconnect.service
|
||||
run_on: "{{ syncthing.run_on }}"
|
||||
run_on: "{{ kdeconnect.run_on }}"
|
||||
user_unit: true
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ After=graphical.target
|
|||
|
||||
[Service]
|
||||
Environment=DISPLAY=:0
|
||||
ExecStart=/usr/lib/kdeconnectd
|
||||
ExecStart=/usr/bin/kdeconnectd
|
||||
ExecStop=/usr/bin/kquitapp5 --service org.kde.kdeconnect kdeconnectd
|
||||
Restart=on-failure
|
||||
BusName=org.kde.kdeconnect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue