From b16e271c463dd1ec5e32367c8b27c4c381a3b0b2 Mon Sep 17 00:00:00 2001 From: Pat Riehecky Date: Mon, 7 Mar 2022 14:39:30 -0600 Subject: [PATCH] Use PrivateTmp for kojid/kojira --- builder/kojid.service | 1 + util/kojira.service | 1 + 2 files changed, 2 insertions(+) diff --git a/builder/kojid.service b/builder/kojid.service index 32131920..1218fde0 100644 --- a/builder/kojid.service +++ b/builder/kojid.service @@ -12,6 +12,7 @@ ExecStart=/usr/sbin/kojid \ ExecReload=/bin/kill -USR1 $MAINPID Restart=on-failure RestartSec=60s +PrivateTmp=true [Install] WantedBy=multi-user.target diff --git a/util/kojira.service b/util/kojira.service index 8d468cfe..b20d590a 100644 --- a/util/kojira.service +++ b/util/kojira.service @@ -11,6 +11,7 @@ ExecStart=/usr/sbin/kojira \ --verbose Restart=on-failure RestartSec=60s +PrivateTmp=true [Install] WantedBy=multi-user.target