File: apt-daily-upgrade.service

package info (click to toggle)
apt 1.4.10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,620 kB
  • sloc: cpp: 64,196; sh: 22,804; xml: 4,633; perl: 578; ansic: 196; makefile: 30; python: 28
file content (11 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Daily apt upgrade and clean activities
Documentation=man:apt(8)
ConditionACPower=true
After=apt-daily.service

[Service]
Type=oneshot
ExecStart=/usr/lib/apt/apt.systemd.daily install
KillMode=process
TimeoutStopSec=900