summarylogtreecommitdiffstats
path: root/gpmdp2text.service
diff options
context:
space:
mode:
Diffstat (limited to 'gpmdp2text.service')
-rw-r--r--gpmdp2text.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/gpmdp2text.service b/gpmdp2text.service
new file mode 100644
index 000000000000..9215341f4fcf
--- /dev/null
+++ b/gpmdp2text.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Utility to read GPMDP's JSON API and output as plain text
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/gpmdp2text
+
+[Install]
+WantedBy=default.target \ No newline at end of file