1
1
mirror of https://schlomp.space/tastytea/hashboot synced 2024-11-16 14:37:06 +01:00
hashboot/initscript.systemd

15 lines
268 B
Plaintext

[Unit]
Description=Check for changes made to the boot partition since shutting down
Requires=basic.target
After=basic.target
Before=network.target
OnFailure=emergency.target
[Service]
Type=oneshot
ExecStart=/sbin/hashboot check
[Install]
WantedBy=multi-user.target