File: chkboot.service

package info (click to toggle)
chkboot 1.3-8.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: sh: 267; makefile: 31
file content (12 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Check for changes made to the boot partition since shutting down
Documentation=man:chkboot(8)
Requires=basic.target
After=basic.target

[Service]
Type=oneshot
ExecStart=/usr/libexec/chkboot/chkboot-bootcheck

[Install]
WantedBy=multi-user.target