Advertisement
Guest User

Untitled

a guest
Sep 10th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [Unit]
  2. Description=NOC is the scalable, high-performance and open-source OSS system
  3. After=postgresql-9.3.service
  4. Requires=postgresql-9.3.service
  5.  
  6. [Service]
  7. Type=simple
  8. ExecStart=/usr/bin/cd /opt/noc/; ./scripts/noc-launcher.py start
  9. ExecStop=/usr/bin/cd /opt/noc/; ./scripts/noc-launcher.py stop
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement