summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2015-06-05 15:06:31 +1000
committerJustin Dray2015-06-05 15:06:31 +1000
commitb0bbfe4b49c5c298a2f82360d5d663489d1fef61 (patch)
treed86dd9d729c3674f819b98973bb52a5b772e704d
parentbce4f31628a23b55724f99aa6d87717290fbe36e (diff)
downloadaur-b0bbfe4b49c5c298a2f82360d5d663489d1fef61.tar.gz
Stopped logging to stdout; although journal is preferable, it automatically enables full debug output
-rw-r--r--diamond.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/diamond.service b/diamond.service
index 6313cea9487b..efe5070a4f32 100644
--- a/diamond.service
+++ b/diamond.service
@@ -3,7 +3,7 @@ Description=Diamond daemon
After=network.target
[Service]
-ExecStart=/usr/bin/diamond --foreground --log-stdout
+ExecStart=/usr/bin/diamond --foreground
[Install]
WantedBy=multi-user.target