summaryrefslogtreecommitdiff
path: root/src/core/service.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-11-16 15:02:56 +0100
committerLennart Poettering <lennart@poettering.net>2017-11-20 16:37:22 +0100
commit53c35a766f93e9aee79a8dbf44443d3040fbde14 (patch)
treea954f3e660492069c068b4273eebaab427de28f3 /src/core/service.h
parent9990ea0e59373c02b6bd64a5a4c860d2579f77db (diff)
downloadsystemd-53c35a766f93e9aee79a8dbf44443d3040fbde14.tar.gz
core: generalize FailureAction= move it from service to unit
All kinds of units can fail, hence it makes sense to offer this as generic concept for all unit types.
Diffstat (limited to 'src/core/service.h')
-rw-r--r--src/core/service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/service.h b/src/core/service.h
index a529f48a63..a995c89605 100644
--- a/src/core/service.h
+++ b/src/core/service.h
@@ -174,8 +174,6 @@ struct Service {
char *status_text;
int status_errno;
- EmergencyAction emergency_action;
-
UnitRef accept_socket;
sd_event_source *timer_event_source;