From 8c4dd542afde23d21d736b24b5ab66c25ab091e8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Nov 2010 18:26:37 +0100 Subject: units: get rid of no_requires unit flag, and make crypto disks require cryptsetup service --- src/unit.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/unit.h') diff --git a/src/unit.h b/src/unit.h index b260dd5b98..fbe88c2c79 100644 --- a/src/unit.h +++ b/src/unit.h @@ -353,11 +353,6 @@ struct UnitVTable { /* Can units of this type have multiple names? */ bool no_alias:1; - /* If true units of this types can never have "Requires" - * dependencies, because state changes can only be observed, - * not triggered */ - bool no_requires:1; - /* Instances make no sense for this type */ bool no_instances:1; -- cgit v1.2.3-54-g00ecf