diff --git a/builder/kojid.service b/builder/kojid.service index 8e97d179..0c63110c 100644 --- a/builder/kojid.service +++ b/builder/kojid.service @@ -13,7 +13,6 @@ 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 4a5e984b..3c14c5ee 100644 --- a/util/kojira.service +++ b/util/kojira.service @@ -12,7 +12,6 @@ ExecStart=/usr/sbin/kojira \ --verbose Restart=on-failure RestartSec=60s -PrivateTmp=true [Install] WantedBy=multi-user.target