projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af6e984
)
core: fix typo
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 12 Apr 2024 20:20:02 +0000
(
05:20
+0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 12 Apr 2024 20:20:05 +0000
(
05:20
+0900)
Follow-up for
21b366121f02aaeba5ba8c7597bba21c450172b5
.
src/core/load-fragment.c
patch
|
blob
|
history
diff --git
a/src/core/load-fragment.c
b/src/core/load-fragment.c
index 9a6c1c923b63d77b3f6a88eae568758afd982235..188e5467136cf2ac83c90984432785e5b85ea725 100644
(file)
--- a/
src/core/load-fragment.c
+++ b/
src/core/load-fragment.c
@@
-897,7
+897,7
@@
int config_parse_exec(
/* We accept an absolute path as first argument. Valid prefixes and their effect:
*
* "-": Ignore if the path doesn't exist
- * "@": Allow overrid
d
ing argv[0] (supplied as a separate argument)
+ * "@": Allow overriding argv[0] (supplied as a separate argument)
* ":": Disable environment variable substitution
* "+": Run with full privileges and no sandboxing
* "!": Apply sandboxing except for user/group credentials