* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
15 lines
311 B
SYSTEMD
15 lines
311 B
SYSTEMD
[Unit]
|
|
Description=Timesyncd persistent configuration
|
|
Requires=mnt-overlay.mount
|
|
After=mnt-overlay.mount hassos-overlay.service
|
|
Before=systemd-timesyncd.service
|
|
|
|
[Mount]
|
|
What=/mnt/overlay/etc/systemd/timesyncd.conf
|
|
Where=/etc/systemd/timesyncd.conf
|
|
Type=none
|
|
Options=bind
|
|
|
|
[Install]
|
|
WantedBy=hassos-bind.target
|