summarylogtreecommitdiffstats
path: root/metronome.service
diff options
context:
space:
mode:
Diffstat (limited to 'metronome.service')
-rw-r--r--metronome.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/metronome.service b/metronome.service
new file mode 100644
index 000000000000..03461328550b
--- /dev/null
+++ b/metronome.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Instant Messaging (XMPP) Server
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/metronome/metronome.pid
+ExecStart=/usr/bin/metronomectl start
+ExecStop=/usr/bin/metronomectl stop
+
+[Install]
+WantedBy=multi-user.target