mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
service: add missing state table entry
This commit is contained in:
parent
db2cb23b5b
commit
1378a3b5a1
@ -2830,6 +2830,7 @@ static const char* const service_state_table[_SERVICE_STATE_MAX] = {
|
||||
[SERVICE_EXITED] = "exited",
|
||||
[SERVICE_RELOAD] = "reload",
|
||||
[SERVICE_STOP] = "stop",
|
||||
[SERVICE_STOP_SIGABRT] = "stop-sigabrt",
|
||||
[SERVICE_STOP_SIGTERM] = "stop-sigterm",
|
||||
[SERVICE_STOP_SIGKILL] = "stop-sigkill",
|
||||
[SERVICE_STOP_POST] = "stop-post",
|
||||
|
Loading…
Reference in New Issue
Block a user