add an environment setting for TZ which eliminates a stat on /etc/locatime on every log line
This commit is contained in:
parent
8d6217f19d
commit
603d903297
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue