blob: 22a80a877eff3f367ec89d5c2c2dd30adf91fb05 [file] [log] [blame]
Bob Lantzd22c9912016-12-15 14:26:18 -08001ONOS "service" configuration files
2
3In order to run ONOS as a "service," whose execution is managed
4by the OS, you can install an appropriate configuration/startup file.
5
6onos.initd: startup file for SysV/init.d-based systems
7 usually installed as /etc/init.d/onos
8
9onos.conf: configuration for upstart-based systems
10 usually installed as /etc/init/onos.conf
11
12onos.service: configuration for systemd-based systems
13 currently calls /etc/init.d/onos start
14 usually installed as /etc/systemd/system/onos.service
15
16The reason why onos.service currently calls /etc/init.d/onos
17is because the init.d script fixes permissions that are required
18by onos-service (such as /opt/onos/apps.)