/
githubmirror
/
authselect
Обзор
Документация
Войти
/
githubmirror
/
authselect
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
systemd/authselect-apply-changes.service
14 строк
324 B
Rick van Galen
Don't fail service on read-only rootfs
05 ноя 2025, 16:06
05 ноя 2025, 16:06
19952e5
Код
Авторство
О чём код?
[Unit] Description=Apply authselect changes Documentation=man:authselect(8) After=local-fs.target Before=systemd-user-sessions.service nss-user-lookup.target ConditionPathIsReadWrite=/etc [Service] Type=oneshot ExecStart=/usr/bin/authselect apply-changes --upgrade RemainAfterExit=yes [Install] WantedBy=multi-user.target