remove requirment for mysql. Mysql could be on another machine

This commit is contained in:
Isaac Connor 2015-12-09 12:34:16 -05:00
parent 6cfd993890
commit b21b26a41b
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
[Unit] [Unit]
Description=ZoneMinder CCTV recording and surveillance system Description=ZoneMinder CCTV recording and surveillance system
After=network.target mysql.service After=network.target mysql.service
Requires=mysql.service # Remarked out so that it will start ZM on machines that don't have mysql installed
#Requires=mysql.service
[Service] [Service]
#User=www-data #User=www-data