aboutsummarylogtreecommitdiffstats
path: root/unified-kernel-image-backup.service
blob: b2d18927534c4d39ec0cf70e271091955af3f500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Save a backup of the currently-booted unified kernel image
DefaultDependencies=no
Requires=boot-complete.target
After=local-fs.target boot-complete.target
Conflicts=shutdown.target
Before=shutdown.target

[Service]
Type=oneshot
ExecStart=/usr/libexec/unified-kernel-image-hooks/unified-kernel-image-backup.sh

[Install]
WantedBy=basic.target