From 0f8dd1f6beee858cf30cfef55a93512e2d66dca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 27 May 2017 18:25:58 +0200 Subject: [PATCH] debian: use RuntimeDirectory option to create /run/combo/ (#16519) --- debian/combo.service | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/combo.service b/debian/combo.service index 0b576ee8..bb610bd6 100644 --- a/debian/combo.service +++ b/debian/combo.service @@ -20,6 +20,7 @@ ExecReload=/bin/kill -HUP $MAINPID TimeoutStartSec=infinity PrivateTmp=true Restart=on-failure +RuntimeDirectory=combo [Install] WantedBy=multi-user.target