Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Masquer les espaces
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Styles de texte
Modifier l’apparence
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
Untitled diff
Créé
il y a 10 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
25 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
29 lignes
Copier tout
7 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
15 lignes
Copier tout
Copier
Copié
Copier
Copié
# 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]
Copier
Copié
Copier
Copié
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]
Copier
Copié
Copier
Copié
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
Copier
Copié
Copier
Copié
LimitNOFILE=infinity
KillMode=mixed
[Install]
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target
Copier
Copié
Copier
Copié
Différences enregistrées
Texte d'origine
Ouvrir un fichier
# 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
Texte modifié
Ouvrir un fichier
[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
Trouver la différence