summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2017-04-18 08:59:42 +0100
committerJoe Orton <jorton@redhat.com>2017-04-18 08:59:42 +0100
commit55508e15301488314a27cdc75c99a871a3639ed5 (patch)
tree7bc79f27eaa7d5741f7b43ac13784373ded1eef2
parentee11bdee065daa0a38d25366b4d5991a60177014 (diff)
downloadhttpd-55508e15301488314a27cdc75c99a871a3639ed5.tar.gz
httpd-55508e15301488314a27cdc75c99a871a3639ed5.tar.xz
httpd-55508e15301488314a27cdc75c99a871a3639ed5.zip
Tweak wording.
-rw-r--r--httpd.service13
1 files changed, 7 insertions, 6 deletions
diff --git a/httpd.service b/httpd.service
index 0b87ec0..65048d2 100644
--- a/httpd.service
+++ b/httpd.service
@@ -1,10 +1,11 @@
-# It is not recommended to modify this file in-place, because it will be
-# overwritten during package upgrades. If you want to customize, the best
-# way is to use the "systemctl edit" command to create an override unit.
+# Modifying this file in-place is not recommended, because changes
+# will be overwritten during package upgrades. If you want to
+# customize the behaviour, the best way is to use "systemctl edit"
+# command to create an override unit.
-# For example, to pass additional options (for instance, -D
-# definitions) to the httpd binary at startup, create an override unit
-# (as is done by systemctl edit) and enter the following:
+# For example, to pass additional options (such as -D definitions) to
+# the httpd binary at startup, create an override unit (as is done by
+# systemctl edit) and enter the following:
# [Service]
# Environment=OPTIONS=-DMY_DEFINE