summarylogtreecommitdiffstats
path: root/gpmdp2text.service
diff options
context:
space:
mode:
authorBrian Allred2020-01-07 21:09:24 -0600
committerBrian Allred2020-01-07 21:09:24 -0600
commitd73eeadae6e836fdf93530586fb02d37861abd84 (patch)
treeb3112d7355d4b2229d075b34cfbf589dc754f8f9 /gpmdp2text.service
downloadaur-d73eeadae6e836fdf93530586fb02d37861abd84.tar.gz
0.1.0
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