File: default

package info (click to toggle)
planetfilter 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 268 kB
  • sloc: python: 477; sh: 64; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Defaults for planetfilter systemd service
# sourced by /usr/share/planetfilter/update-feeds

#
# This is a POSIX shell fragment
#

# Use this to set the HTTP proxy to be used to fetch feeds over HTTP
#export http_proxy="localhost:8123"

# Use this to set the HTTP proxy to be used to fetch feeds over HTTPS
#export https_proxy="localhost:8123"

# Maximum amount of virtual memory the systemd service can use (in kB)
MAX_VMEM=204800