SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / OS / eximon.conf-Default
index 08ef4153787ff124ddffd068a1f5820c321fb8f6..d003156e6a4781ce7a76315c995d75fbe01853ff 100644 (file)
@@ -1,13 +1,14 @@
-# $Cambridge: exim/src/OS/eximon.conf-Default,v 1.1 2004/10/06 15:07:39 ph10 Exp $
-
 # Exim: Default settings for the eximon script which fires up the Exim monitor.
 # These can be overridden by OS-specific scripts and local installation
 # scripts, and also at run time by shell variables.
 
+# Copyright (c) The Exim Maintainers 2022
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # The name of the eximon binary, usually the same as the eximon script,
 # with .bin stuck on the end.
 
-EXIMON_BINARY=${EXIMON_BINARY-$0.bin}
+EXIMON_BINARY="${EXIMON_BINARY-$0.bin}"
 
 # The remaining parameters are values likely to be changed to suit the
 # user's taste. They are documented in the EDITME file.