/
githubmirror
/
authselect
Обзор
Документация
Войти
/
githubmirror
/
authselect
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
systemd/authselect-first-boot.service
19 строк
503 B
Pavel Březina
systemd: add authselect-first-boot.service for image-based deployments
03 июн 2026, 22:11
03 июн 2026, 22:11
9c36013
Код
Авторство
О чём код?
[Unit] Description=Generate authselect configuration on first boot (empty /etc) Documentation=man:authselect(8) ConditionFirstBoot=yes ConditionPathIsReadWrite=/etc DefaultDependencies=no After=systemd-remount-fs.service Wants=first-boot-complete.target Before=first-boot-complete.target sysinit.target Conflicts=shutdown.target Before=shutdown.target [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/authselect select @system-default --force --nobackup [Install] WantedBy=sysinit.target