summarylogtreecommitdiffstats
path: root/rait-metrics.service
diff options
context:
space:
mode:
authorTrumeet2022-01-17 23:29:49 -0800
committerTrumeet2022-01-17 23:29:49 -0800
commit3528b10aeeaaa45e35aa5a9bab6671e025beebaa (patch)
tree682648dc9f627a34e0edcac018fa35e43d5ce444 /rait-metrics.service
downloadaur-3528b10aeeaaa45e35aa5a9bab6671e025beebaa.tar.gz
First Commit
Diffstat (limited to 'rait-metrics.service')
-rw-r--r--rait-metrics.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/rait-metrics.service b/rait-metrics.service
new file mode 100644
index 000000000000..be8cba10e1a2
--- /dev/null
+++ b/rait-metrics.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Redundant Array of Inexpensive Tunnels (Prometrics Metrics)
+After=network.target network-online.target nss-lookup.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/rait metrics
+
+[Install]
+WantedBy=multi-user.target