]> git.madduck.net Git - code/vinst.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

migrate post-boot cleanup to systemd
authormartin f. krafft <madduck@madduck.net>
Thu, 13 Nov 2014 14:29:21 +0000 (15:29 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 13 Nov 2014 23:01:09 +0000 (00:01 +0100)
preseed/jessie/commands/late_commands.d/post_boot_cleanup

index 569cfd8193c9d8bc11b50f7fc6786d8d2e50793c..4d03f2019d6845cc569700704158d58d296eb602 100755 (executable)
@@ -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