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.
16 lines
355 B
16 lines
355 B
[Unit]
|
|
Description=Report boot completion for APT reboot tracking
|
|
After=network-online.target docker.service
|
|
Wants=network-online.target
|
|
ConditionPathExists=/usr/local/sbin/apt_weekly.sh
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/apt_reboot_report.sh --from-apt-weekly
|
|
User=root
|
|
Group=root
|
|
TimeoutStartSec=330
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|