Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=NOC is the scalable, high-performance and open-source OSS system
- After=postgresql-9.3.service
- Requires=postgresql-9.3.service
- [Service]
- Type=simple
- ExecStart=/usr/bin/cd /opt/noc/; ./scripts/noc-launcher.py start
- ExecStop=/usr/bin/cd /opt/noc/; ./scripts/noc-launcher.py stop
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement