summarylogtreecommitdiffstats
path: root/isso.service
diff options
context:
space:
mode:
Diffstat (limited to 'isso.service')
-rw-r--r--isso.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/isso.service b/isso.service
new file mode 100644
index 000000000000..316c5c00d606
--- /dev/null
+++ b/isso.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Isso Comment Server
+
+[Service]
+EnvironmentFile=/etc/conf.d/isso
+ExecStart=/usr/bin/isso -c $ISSO_CONF
+
+[Install]
+WantedBy=multi-user.target
+