diff options
author | Michael Biebl <biebl@debian.org> | 2010-09-03 15:16:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-06 03:12:28 +0200 |
commit | ad206afcb90368a03fd8373d49a491ef027c7a4a (patch) | |
tree | ef6dd9a855c077affeae4470b2ed9a2b58d23fa9 /Makefile.am | |
parent | 7d568925bda9797f611e36d1d00cd941701cb3c8 (diff) |
units: Add halt, killall, poweroff and reboot unit files for Debian
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d93442a4ad..ee8ff4028c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -230,6 +230,14 @@ dist_systemunit_DATA += \ units/fedora/plymouth-halt.service endif +if TARGET_DEBIAN +dist_systemunit_DATA += \ + units/debian/halt.service \ + units/debian/killall.service \ + units/debian/poweroff.service \ + units/debian/reboot.service +endif + if TARGET_SUSE dist_systemunit_DATA += \ units/suse/halt.service \ |