summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--presence.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/presence.service b/presence.service
new file mode 100644
index 00000000..85f20cda
--- /dev/null
+++ b/presence.service
@@ -0,0 +1,11 @@
1[Unit]
2Description=XMPP Daemon
3
4[Service]
5ExecStart=/usr/local/bin/presence
6StandardOutput=journal
7StandardError=journal
8Restart=always
9
10[Install]
11WantedBy=multi-user.target