chiark / gitweb /
systemctl: add support for delayed shutdown, similar to sysv in style
authorLennart Poettering <lennart@poettering.net>
Mon, 16 Aug 2010 13:37:52 +0000 (15:37 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 16 Aug 2010 13:37:52 +0000 (15:37 +0200)
commitf61448083198dc0e4e0d19a916bcd478336cc85d
treee9325f22f715d5788b46e5ecbeb6e2fc94a73010
parent6e200d55ae538fc29360cdaa9863f30cdddf58f3
systemctl: add support for delayed shutdown, similar to sysv in style
15 files changed:
.gitignore
Makefile.am
src/manager.c
src/shutdownd.c [new file with mode: 0644]
src/shutdownd.h [new file with mode: 0644]
src/socket-util.h
src/systemctl.c
src/util.c
src/util.h
units/.gitignore
units/systemd-initctl.socket
units/systemd-logger.service.in
units/systemd-logger.socket
units/systemd-shutdownd.service.in [new file with mode: 0644]
units/systemd-shutdownd.socket [new file with mode: 0644]