gardesk/gartop / bc81b54

Browse files

Add systemd user service file

Authored by espadonne
SHA
bc81b545c6a0249fbad0e4bf1b0af9261e2c496e
Parents
cf5594f
Tree
c7a2b6d

1 changed file

StatusFile+-
A gartop.service 14 0
gartop.serviceadded
@@ -0,0 +1,14 @@
1
+[Unit]
2
+Description=gartop system monitor daemon
3
+Documentation=https://gar.dev
4
+After=graphical-session.target
5
+PartOf=graphical-session.target
6
+
7
+[Service]
8
+Type=simple
9
+ExecStart=/usr/local/bin/gartop daemon
10
+Restart=on-failure
11
+RestartSec=3
12
+
13
+[Install]
14
+WantedBy=graphical-session.target