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 (11 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Check for changes made to the boot partition since shutting down
Requires=basic.target
After=basic.target

[Service]
Type=oneshot
ExecStart=/usr/lib/systemd/scripts/chkboot-bootcheck

[Install]
WantedBy=multi-user.target