1
1
mirror of https://schlomp.space/tastytea/hashboot synced 2024-11-16 14:37:06 +01:00
hashboot/init/systemd/hashboot.service
2019-03-29 22:59:31 +01:00

15 lines
268 B
SYSTEMD

[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