forked from tastytea/hashboot
added systemd initscript by oh <oh@rotce.de>
This commit is contained in:
parent
38f032497e
commit
7054d09a2a
14
initscript.systemd
Normal file
14
initscript.systemd
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user