From 9a91efa77be3bf4267f3f8361cdb8e3ac3b3f8e7 Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Fri, 30 Apr 2021 18:03:27 +0200 Subject: [PATCH] add localtime and timezone setup from host --- runon.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runon.conf b/runon.conf index 0e856f5..2203e2a 100644 --- a/runon.conf +++ b/runon.conf @@ -5,8 +5,9 @@ environment = DISPLAY debian_chroot=${osname} - binds = + /etc/timezone:ro + /etc/localtime:ro /etc/passwd:ro /etc/group:ro /etc/shadow:ro