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 12TimeoutStopSec=10 13 14[Install] 15WantedBy=multi-user.target 16