Skip to content

Commit 1ce2f70

Browse files
committed
Revert "systemctl: reflect that statically enabled units can be in .upholds/"
This feature was actually added in v254, so this shouldn't be backported. This reverts commit 6ac849b. (cherry picked from commit 9e41c81)
1 parent 3ae0cb2 commit 1ce2f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systemctl/systemctl-enable.c

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

0 commit comments

Comments
 (0)