added systemd initscript by oh <oh@rotce.de>

This commit is contained in:
tastytea 2015-06-05 21:32:25 +02:00
parent 38f032497e
commit 7054d09a2a
1 changed files with 14 additions and 0 deletions

14
initscript.systemd Normal file
View File

@ -0,0 +1,14 @@
[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