You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
523 B
18 lines
523 B
[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
|
|
# Stopping can take a long time if scanning of large archives is in progress
|
|
TimeoutStopSec=60
|
|
PrivateTmp=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|