chiark / gitweb /
manager: when two pending jobs conflict, keep the one that "conflicts", remove the...
authorLennart Poettering <lennart@poettering.net>
Mon, 9 Aug 2010 20:32:30 +0000 (22:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 9 Aug 2010 20:32:30 +0000 (22:32 +0200)
commit69dd2852bb2c433b517d89792adb4461a4178aa1
treef303fd9de62719c117a68c336bac5999ead3a3af
parent6e98720f14dc25ee1d43f951d5c4d79b04ad7506
manager: when two pending jobs conflict, keep the one that "conflicts", remove the one that is "conflicted"

This gives the writer of units control which unit is kept and which is
stopped when two units conflict.
17 files changed:
fixme
man/systemd.unit.xml
man/systemd.xml
src/automount.c
src/dbus-unit.h
src/job.c
src/job.h
src/manager.c
src/mount.c
src/path.c
src/service.c
src/socket.c
src/systemctl.c
src/timer.c
src/unit.c
src/unit.h
units/graphical.target.m4