summarylogtreecommitdiffstats
path: root/prosody.service
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2018-09-22 17:09:45 +0100
committerMaxime “pep” Buquet2018-09-22 17:09:45 +0100
commitf80225af490baaf4cc2ce4ef80a7f64e495ad156 (patch)
tree857499bc73b8b4370c2d27f38f7418d66706c32f /prosody.service
parent78a98e7b1a1eade658d950c59f210eb33e278a46 (diff)
downloadaur-f80225af490baaf4cc2ce4ef80a7f64e495ad156.tar.gz
Make StandardOutput=journal explicit in the service file
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'prosody.service')
-rw-r--r--prosody.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/prosody.service b/prosody.service
index 4492b9158a59..ba78f64bc9e5 100644
--- a/prosody.service
+++ b/prosody.service
@@ -9,6 +9,7 @@ ExecStart=/usr/bin/prosodyctl start
ExecStop=/usr/bin/prosodyctl stop
ExecReload=/bin/kill -HUP $MAINPID
+StandardOutput=journal
+
[Install]
WantedBy=multi-user.target
-