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 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