Skip to content

Commit

Permalink
systemctl: reflect that statically enabled units can be in .upholds/
Browse files Browse the repository at this point in the history
Follow-up for 38f9017
  • Loading branch information
YHNdnzj committed Sep 27, 2023
1 parent 89e7b96 commit 1f99815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systemctl/systemctl-enable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1f99815

Please sign in to comment.