xref: /aosp_15_r20/external/elfutils/config/debuginfod.service (revision 7304104da70ce23c86437a01be71edd1a2d7f37e)
1[Unit]
2Description=elfutils debuginfo-over-http server
3Documentation=http://elfutils.org/
4After=network.target
5
6[Service]
7EnvironmentFile=/etc/sysconfig/debuginfod
8User=debuginfod
9Group=debuginfod
10#CacheDirectory=debuginfod
11ExecStart=/usr/bin/debuginfod -d /var/cache/debuginfod/debuginfod.sqlite -p $DEBUGINFOD_PORT $DEBUGINFOD_VERBOSE $DEBUGINFOD_PRAGMAS $DEBUGINFOD_PATHS $DEBUGINFOD_EXTRA_ARGS
12# Stopping can take a long time if scanning of large archives is in progress
13TimeoutStopSec=60
14PrivateTmp=yes
15
16[Install]
17WantedBy=multi-user.target
18