Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yi-tseng/ofagentd
OF-DPA ofagent daemon
https://github.com/yi-tseng/ofagentd
daeomn linux network of-dpa ofagent onl open sdn
Last synced: 18 days ago
JSON representation
OF-DPA ofagent daemon
- Host: GitHub
- URL: https://github.com/yi-tseng/ofagentd
- Owner: Yi-Tseng
- Created: 2017-03-07T19:08:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T01:41:56.000Z (almost 8 years ago)
- Last Synced: 2024-10-15T09:50:48.407Z (2 months ago)
- Topics: daeomn, linux, network, of-dpa, ofagent, onl, open, sdn
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ofagentd
====OF-DPA ofagent daemon.
## Install
Put ofagentd into /etc/init.d/
```
mv ofagentd /etc/init.d/ofagentd
```Change ofagent file mode
```
chmod 755 /etc/init.d/ofagentd
```Update rc
```
update-rc.d ofagentd defaults
```Create config file dir
```
mkdir -p /etc/ofagentapp/
cp config.sample /etc/ofagentapp/config
```## Functions
Start ofagent
```
service ofagentd start
```Stop ofagent
```
service ofagentd stop
```Status
```
service ofagentd status
```Restart
```
service ofagentd restart
```