File: apt-listchanges.service

package info (click to toggle)
apt-listchanges 4.8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,336 kB
  • sloc: python: 3,477; xml: 693; makefile: 167; sh: 71; perl: 61
file content (10 lines) | stat: -rw-r--r-- 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Initialize apt-listchanges database for APT
Documentation=man:apt-listchanges

[Service]
Type=oneshot
ExecStart=python3 -m apt_listchanges.populate_database --profile apt
ExecStartPost=systemctl disable apt-listchanges.timer
ExecStartPost=systemctl stop apt-listchanges.timer
IOSchedulingClass=idle