forked from pool/systemd
69b8a40667
- remove SysVStartPriority= from after-local.service, unsupported since v218. Note that this option was only parsed and that's it. the logic to give "start priority" was never implemented. - change the default fallback ntp servers to the opensuse pool.ntp.org vendor zone. - We still need to run systemd-sysctl.service after local-fs.target otherwise it works only when /boot is in the root filesystem but not when it is a separate partition. - remove SysVStartPriority= from after-local.service, unsupported since v218. Note that this option was only parsed and that's it. the logic to give "start priority" was never implemented. - change the default fallback ntp servers to the opensuse pool.ntp.org vendor zone. - We still need to run systemd-sysctl.service after local-fs.target otherwise it works only when /boot is in the root filesystem but not when it is a separate partition. OBS-URL: https://build.opensuse.org/request/show/314627 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=880
18 lines
497 B
Desktop File
18 lines
497 B
Desktop File
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=/etc/init.d/after.local Compatibility
|
|
ConditionFileIsExecutable=/etc/init.d/after.local
|
|
After=getty.target
|
|
|
|
[Service]
|
|
Type=idle
|
|
ExecStart=/etc/init.d/after.local
|
|
TimeoutSec=0
|
|
RemainAfterExit=yes
|