systemctl: reflect that statically enabled units can be in .upholds/

Follow-up for 38f901791f
This commit is contained in:
Mike Yuan 2023-09-26 21:41:29 +08:00
parent 89e7b9652b
commit 1f998158a9
No known key found for this signature in database
GPG key ID: 417471C0A40F58B3

View file

@ -254,7 +254,7 @@ int verb_enable(int argc, char *argv[], void *userdata) {
" \n" /* trick: the space is needed so that the line does not get stripped from output */
"Possible reasons for having this kind of units are:\n"
"%1$s A unit may be statically enabled by being symlinked from another unit's\n"
" .wants/ or .requires/ directory.\n"
" .wants/, .requires/, or .upholds/ directory.\n"
"%1$s A unit's purpose may be to act as a helper for some other unit which has\n"
" a requirement dependency on it.\n"
"%1$s A unit may be started when needed via activation (socket, path, timer,\n"