update
This commit is contained in:
@@ -17,6 +17,8 @@ MM_LOGFILE=${LOGFOLDER}/logfile
|
||||
MM_OUTPUT_LOGFILE=${LOGFOLDER}/outputs.check.log
|
||||
MM_BACKUP_FOLDER='/opt/!MM-Service-Backups'
|
||||
|
||||
[ -z ${MM_VPN_RESTART+x} ] && MM_VPN_RESTART=86400
|
||||
|
||||
[ ! -f ${MM_LOGFILE} ] && touch ${MM_LOGFILE}
|
||||
[ ! -f ${MM_OUTPUT_LOGFILE} ] && touch ${MM_OUTPUT_LOGFILE}
|
||||
[ ! -d ${MM_BACKUP_FOLDER} ] && mkdir ${MM_BACKUP_FOLDER}
|
||||
@@ -176,3 +178,10 @@ Restart=on-failure
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user