summaryrefslogtreecommitdiff
path: root/src/shutdownd.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-12core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering1-1/+1
2012-01-05build-sys: move public header files into a dir of their ownLennart Poettering1-1/+2
2011-11-30shutdownd: use PassCred=yes in the socket unitMichal Schmidt1-6/+0
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly in...Lennart Poettering1-0/+2
2011-07-03shutdown: print the standard wall message even when the user provided oneMichal Schmidt1-21/+17
2011-07-03shutdown: respect the dry run option '-k'Michal Schmidt1-1/+1
2011-06-21util: make a couple of files we write atomicLennart Poettering1-1/+1
2011-04-04change remaining /var/run to /runKay Sievers1-4/+4
2011-03-31src: our lord is coverityLennart Poettering1-1/+1
2010-11-12ask-password: don't show wall message on ttys we are already running a tty ag...Lennart Poettering1-2/+2
2010-10-07shutdown: create /var/run/nologin instead of /etc/nologin which is supported ...Lennart Poettering1-4/+4
2010-08-31systemctl: rework exit codes for all utility programs to follow LSB or other ...Lennart Poettering1-7/+7
2010-08-16shutdownd: kill /etc/nologin file before we go downLennart Poettering1-3/+3
2010-08-16shutdown: various fixes for handling of delayed shutdownsLennart Poettering1-12/+24
2010-08-16log: properly open log target in the various utilitiesLennart Poettering1-0/+1
2010-08-16util: use format_timestamp() instead of ctime() wherever possibleLennart Poettering1-12/+6
2010-08-16systemctl: warn in intervals before going down when delayed shutdown is usedLennart Poettering1-38/+132
2010-08-16shutdown: if now time argument is passed, imply +1 not +0Lennart Poettering1-1/+1
2010-08-16systemctl: add support for delayed shutdown, similar to sysv in styleLennart Poettering1-0/+272