Advertisement
barjac

zm.service

Nov 1st, 2011
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. This is the zoneminder.service
  2. ---------------------------------------------------------------
  3. [Unit]
  4. Description=ZoneMinder CCTV recording and security system
  5. After=syslog.target network.target mysqld.service httpd.service
  6.  
  7. [Service]
  8. ExecStart=/usr/bin/zmpkg.pl start
  9.  
  10. [Install]
  11. WantedBy=multi-user.target
  12.  
  13. ---------------------------------------------------------------
  14.  
  15. However on boot zoneminder appears to attempt to start before mysql which causes it to fail.
  16.  
  17. Attempting to enable it produces this error - nothing in the logs that I can find.
  18.  
  19. [root@jackodesktop baz]# systemctl enable zoneminder.service
  20. Failed to issue method call: Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement