File: git-ubuntu-importer-service-poller.service

package info (click to toggle)
git-ubuntu 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,688 kB
  • sloc: python: 13,378; sh: 480; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=git-ubuntu importer service poller

[Service]
User=ubuntu
Group=ubuntu
Type=notify
ExecStart=/snap/bin/git-ubuntu importer-service-poller --denylist /home/ubuntu/live-allowlist-denylist-source/gitubuntu/source-package-denylist.txt
# Takes a while to download apt sources and gpg verify them
TimeoutStartSec=1200
Restart=always
RestartSec=60
WatchdogSec=86400
Environment=http_proxy=http://squid.internal:3128/ PYTHONUNBUFFERED=1