/
githubmirror
/
elfutils
Обзор
Документация
Войти
/
githubmirror
/
elfutils
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
config/debuginfod.service
17 строк
546 B
Martin Liska
Add new debuginfod.sysconfig value DEBUGINFOD_EXTRA_ARGS
17 авг 2022, 15:52
17 авг 2022, 15:52
e5f78d8
Код
Авторство
О чём код?
[Unit] Description=elfutils debuginfo-over-http server Documentation=http://elfutils.org/ After=network.target [Service] EnvironmentFile=/etc/sysconfig/debuginfod User=debuginfod Group=debuginfod #CacheDirectory=debuginfod ExecStart=/usr/bin/debuginfod -d /var/cache/debuginfod/debuginfod.sqlite -p $DEBUGINFOD_PORT $DEBUGINFOD_VERBOSE $DEBUGINFOD_PRAGMAS $DEBUGINFOD_PATHS $DEBUGINFOD_EXTRA_ARGS # Stopping can take a long time if scanning of large archives is in progress TimeoutStopSec=60 PrivateTmp=yes [Install] WantedBy=multi-user.target