summarylogtreecommitdiffstats
path: root/diamond.service
diff options
context:
space:
mode:
authorJustin Dray2015-08-19 14:55:04 +1000
committerJustin Dray2015-08-19 14:55:04 +1000
commit6e2450de15ecd885fa8ce83d4377ec8276eb2a3b (patch)
treeaed098e0808b7b10adedb319b78d49b3b23c3bed /diamond.service
parent0ef73f327af09a828500de416277d208588cb8de (diff)
downloadaur-6e2450de15ecd885fa8ce83d4377ec8276eb2a3b.tar.gz
Set the service to have a shorter timeout on shutdown; diamond stores no data so there is no problem killing it faster.
Diffstat (limited to 'diamond.service')
-rw-r--r--diamond.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/diamond.service b/diamond.service
index efe5070a4f32..144d7bcc909b 100644
--- a/diamond.service
+++ b/diamond.service
@@ -4,6 +4,7 @@ After=network.target
[Service]
ExecStart=/usr/bin/diamond --foreground
+TimeoutStopSec=2
[Install]
WantedBy=multi-user.target