From ada1e9cf5f240c9ea792b715d48609f075fb87cb Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 13 Nov 2014 15:29:21 +0100 Subject: [PATCH] migrate post-boot cleanup to systemd --- preseed/jessie/commands/late_commands.d/post_boot_cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preseed/jessie/commands/late_commands.d/post_boot_cleanup b/preseed/jessie/commands/late_commands.d/post_boot_cleanup index 569cfd8..4d03f20 100755 --- a/preseed/jessie/commands/late_commands.d/post_boot_cleanup +++ b/preseed/jessie/commands/late_commands.d/post_boot_cleanup @@ -19,7 +19,7 @@ if [ -f /etc/inittab ]; then else SCRIPT=/usr/local/sbin/post_boot_cleanup - UNIT=/etc/systemd/system/post_boot_cleanup.service + UNIT=/etc/systemd/system/multi-user.target.wants/post_boot_cleanup.service cat >> $SCRIPT <<-_eof #!/bin/sh -- 2.39.2