summarylogtreecommitdiffstats
path: root/gsconnect.service
blob: 8bdd07ab17951f722c5527aa54ed0ad8225ea91f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=GSConnect CLI
Documentation=https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki/CLI-usage-without-Gnome-environment
PartOf=graphical-session.target
After=graphical-session.target
Requisite=graphical-session.target

[Service]
ExecStart=/usr/share/gnome-shell/extensions/gsconnect@andyholmes.github.io/service/daemon.js
Restart=on-failure

[Install]
WantedBy=graphical-session.target