Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide whitespace changes
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Text styles
Change appearance
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
10 years ago
Diff never expires
Clear
Export
Share
Explain
25 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
29 lines
Copy
7 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
15 lines
Copy
Copy
Copied
Copy
Copied
# 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.
# 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:
# [Service]
# Environment=OPTIONS=-DMY_DEFINE
[Unit]
[Unit]
Copy
Copied
Copy
Copied
Description=
The
Apache
HTTP
Server
Description=
Apache
Web
Server
After=network.target remote-fs.target nss-lookup.target
After=network.target remote-fs.target nss-lookup.target
[Service]
[Service]
Copy
Copied
Copy
Copied
Type=
notify
Type=
simple
Environment=LANG=C
ExecStart=/usr/
bin/httpd
-k start
-DFOREGROUND
ExecStop=/usr/bin/httpd -k graceful-stop
ExecStart=/usr/
s
bin/httpd
$OPTIONS
-DFOREGROUND
ExecReload=/usr/
bin/httpd
-k graceful
ExecReload=/usr/
s
bin/httpd
$OPTIONS
-k graceful
# Send SIGWINCH for graceful stop
KillSignal=SIGWINCH
KillMode=mixed
PrivateTmp=true
PrivateTmp=true
Copy
Copied
Copy
Copied
LimitNOFILE=infinity
KillMode=mixed
[Install]
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target
Copy
Copied
Copy
Copied
Saved diffs
Original text
Open file
# 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. # 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: # [Service] # Environment=OPTIONS=-DMY_DEFINE [Unit] Description=The Apache HTTP Server After=network.target remote-fs.target nss-lookup.target [Service] Type=notify Environment=LANG=C ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND ExecReload=/usr/sbin/httpd $OPTIONS -k graceful # Send SIGWINCH for graceful stop KillSignal=SIGWINCH KillMode=mixed PrivateTmp=true [Install] WantedBy=multi-user.target
Changed text
Open file
[Unit] Description=Apache Web Server After=network.target remote-fs.target nss-lookup.target [Service] Type=simple ExecStart=/usr/bin/httpd -k start -DFOREGROUND ExecStop=/usr/bin/httpd -k graceful-stop ExecReload=/usr/bin/httpd -k graceful PrivateTmp=true LimitNOFILE=infinity KillMode=mixed [Install] WantedBy=multi-user.target
Find difference