summaryrefslogtreecommitdiff
path: root/firehose.service
diff options
context:
space:
mode:
Diffstat (limited to 'firehose.service')
-rw-r--r--firehose.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/firehose.service b/firehose.service
new file mode 100644
index 0000000..d32e4c7
--- /dev/null
+++ b/firehose.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Firehose
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/firehose.sh /var/lib/firehose/linux.yaml
+
+[Install]
+WantedBy=multi-user.target