wiki-how.md
... ...
@@ -88,4 +88,23 @@ iocage set vnet0_mac=none registry
88 88
89 89
```
90 90
iocage start registry
91
+```
92
+
93
+
94
+FreeBSD supervisord
95
+-------------------
96
+
97
+supervisord is available as a port called py-supervisor.
98
+
99
+```
100
+/usr/local/etc/supervisord.conf:
101
+
102
+[program:memcached]
103
+command=/usr/local/etc/rc.d/memcached
104
+```
105
+
106
+To run supervisord at boot time, edit /etc/rc.conf or /etc/rc.conf.local to have the line
107
+
108
+```
109
+supervisord_enable="YES"
91 110
```
... ...
\ No newline at end of file