remove requirment for mysql. Mysql could be on another machine
This commit is contained in:
parent
6cfd993890
commit
b21b26a41b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue