This commit is contained in:
2023-07-10 18:48:30 -05:00
parent 2d4e86dd00
commit 8f6a1c2cd4
2 changed files with 13 additions and 1 deletions

View File

@@ -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
"