commit | 7c751b51e7074c7f6b71509a3cb72c4afa584305 | [log] [tgz] |
---|---|---|
author | Bob Lantz <rlantz@cs.stanford.edu> | Fri Apr 15 15:42:28 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Mon Apr 25 15:24:46 2016 +0000 |
tree | fb2ee361fd4fe30ac8917eeecdc7328f9c6ed85b | |
parent | ab7fdfa1c8cbfa79671dffa807644cd7d64a3c25 [diff] |
Cross-platform changes to onos.initd We now can use start-stop-daemon (debian), daemon() shell function (centos), or sudo (others) to start onos-service. It should be backward compatible on systemd systems. Tested on Ubuntu 14 and CentOS 6. Should also work on Ubuntu 15/16, CentOS 7, Debian, and Fedora. (Note that we should test this against various OSes, preferably automatically rather than manually!) Addresses at least part of ONOS-2907 Change-Id: I4ded98baf02321a5a9db37fdff19e1ce4a3d23d2
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.