]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
service: don't allow reload operations for oneshot services
authorLennart Poettering <lennart@poettering.net>
Thu, 20 Jan 2011 17:44:06 +0000 (18:44 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 20 Jan 2011 17:44:09 +0000 (18:44 +0100)
commitc06b7a15ea4bd9a6063eb16e1b4ee77ef05714b4
treebdd11d415b9522184258c9e00acad3b574580c3c
parent26742b3fd8776c6c64e3c1035adc2599ddeb76d1
service: don't allow reload operations for oneshot services

During starting of oneshot we are in START state which we don't want to
combine with the RELOAD state, hence we disallow both at the same time.
src/service.c