From 7054d09a2acef4c50174aebd22408f7f24b74ed7 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 5 Jun 2015 21:32:25 +0200 Subject: [PATCH] added systemd initscript by oh --- initscript.systemd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 initscript.systemd diff --git a/initscript.systemd b/initscript.systemd new file mode 100644 index 0000000..fd5b350 --- /dev/null +++ b/initscript.systemd @@ -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 +