summarylogtreecommitdiffstats
path: root/g15stats.service
diff options
context:
space:
mode:
Diffstat (limited to 'g15stats.service')
-rw-r--r--g15stats.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/g15stats.service b/g15stats.service
new file mode 100644
index 000000000000..31b5f2b7f7ba
--- /dev/null
+++ b/g15stats.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Logitech G15 Stats
+Requires=g15daemon.service
+After=g15daemon.service
+
+[Service]
+ExecStart=/usr/bin/g15stats
+Restart=on-failure
+RestartSec=5
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file