add an environment setting for TZ which eliminates a stat on /etc/locatime on every log line

This commit is contained in:
Isaac Connor 2016-09-29 14:24:49 -04:00
parent 8d6217f19d
commit 603d903297
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ ExecReload=/usr/bin/zmpkg.pl restart
ExecStop=/usr/bin/zmpkg.pl stop ExecStop=/usr/bin/zmpkg.pl stop
PIDFile=/var/run/zm/zm.pid PIDFile=/var/run/zm/zm.pid
Restart=on-abnormal Restart=on-abnormal
Environment=TZ=:/etc/localtime
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target