chiark / gitweb /
units: add umount unit files for Debian
authorMichael Biebl <biebl@debian.org>
Mon, 6 Sep 2010 03:44:00 +0000 (05:44 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 8 Sep 2010 00:12:38 +0000 (02:12 +0200)
commita5dc0a45fefb5ea0b99ae3f0e2cea234aa4e4f9d
tree3fe8edc6b3ee338b08ba97d23adae88d340a5a2e
parentda5fcb10605026d1baa09f6da9b516a5641faa9c
units: add umount unit files for Debian

Add unit files to call

/etc/init.d/umountnfs.sh stop (network file systems)
/etc/init.d/umountfs stop     (local file systems)
/etc/init.d/umountroot stop   ("/" file system)

in the right order and hook them up in the umount.target so they are run
on shutdown and reboot.
Makefile.am
units/debian/umountfs.service [new file with mode: 0644]
units/debian/umountnfs.service [new file with mode: 0644]
units/debian/umountroot.service [new file with mode: 0644]