/
niceSOFT
/
systemd
Обзор
Документация
Войти
/
niceSOFT
/
systemd
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
units/systemd-sysupdate-notify-bootctl.socket
29 строк
827 B
Lennart Poettering
bootctl: add link-auto/LinkAuto and auto-link on completed system update
24 июн 2026, 14:05
24 июн 2026, 14:05
1421e6c
Код
Авторство
О чём код?
# SPDX-License-Identifier: LGPL-2.1-or-later # # This file is part of systemd. # # 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=Boot Loader UKI Auto-Link on Completed System Update Documentation=man:bootctl(1) DefaultDependencies=no ConditionFirmware=uefi After=local-fs.target Before=sockets.target [Socket] ListenStream=/run/systemd/sysupdate/notify/io.systemd.BootControl FileDescriptorName=varlink SocketMode=0644 Accept=yes MaxConnectionsPerSource=16 XAttrEntryPoint=user.varlink=entrypoint XAttrListen=user.varlink=listen XAttrAccept=user.varlink=server [Install] WantedBy=sockets.target