]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/unit-def.c
scope: allow unprivileged delegation on scopes
[thirdparty/systemd.git] / src / basic / unit-def.c
index 58b367be06b93d379c35f5c29b240cdc88c6d637..94cd603e32c020b3a8e425898d4d52bfcf43756a 100644 (file)
@@ -169,6 +169,7 @@ DEFINE_STRING_TABLE_LOOKUP(path_state, PathState);
 
 static const char* const scope_state_table[_SCOPE_STATE_MAX] = {
         [SCOPE_DEAD]         = "dead",
+        [SCOPE_START_CHOWN]  = "start-chown",
         [SCOPE_RUNNING]      = "running",
         [SCOPE_ABANDONED]    = "abandoned",
         [SCOPE_STOP_SIGTERM] = "stop-sigterm",