diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-28 03:38:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-28 03:38:52 +0200 |
commit | f14e15f8affe906a45d8afc76c302a49cd1f70ee (patch) | |
tree | 5af3ffd29e33fddde628d8a79ea7400a9025aaf6 /src/device.c | |
parent | 799fd0fd23028a58e1f605c6b0d9aaab65b4fb1f (diff) |
unit: replace recursive_stop by stop_retroactively to simplify things a little
Diffstat (limited to 'src/device.c')
-rw-r--r-- | src/device.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/device.c b/src/device.c index 0ddd3b3d09..7b73110120 100644 --- a/src/device.c +++ b/src/device.c @@ -69,12 +69,6 @@ static void device_init(Unit *u) { * happen for the other units since their operations time out * anyway. */ d->meta.job_timeout = DEFAULT_TIMEOUT_USEC; - - /* We enable recursive stopping by default for all - devices. This enables the user to use Requires= to make a - service go a way when a device goes away, and Wants= - otherwise. */ - d->meta.recursive_stop = true; } static void device_done(Unit *u) { |