mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 11:36:20 +00:00
28 lines
728 B
Desktop File
28 lines
728 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1+
|
|
#
|
|
# This file was part of systemd.
|
|
# Modified by Team LibreELEC (https://libreelec.tv)
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=Wait for Kernel Time Synchronisation
|
|
ConditionVirtualization=!container
|
|
|
|
DefaultDependencies=no
|
|
Before=time-sync.target shutdown.target
|
|
Wants=time-sync.target
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/wait-time-sync
|
|
TimeoutStartSec=infinity
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|