diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-04 08:24:39 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-04 08:24:39 +0000 |
commit | ae1510ee728d3a84d73fb6d32f6b723691ad0b4d (patch) | |
tree | cbd194139c718f6dd6129c4cdf8f6de31e909891 | |
parent | 7195637dbcf514bf316090683406cea4266d4933 (diff) | |
download | pfsense-packages-ae1510ee728d3a84d73fb6d32f6b723691ad0b4d.tar.gz pfsense-packages-ae1510ee728d3a84d73fb6d32f6b723691ad0b4d.tar.bz2 pfsense-packages-ae1510ee728d3a84d73fb6d32f6b723691ad0b4d.zip |
Add service information
-rw-r--r-- | packages/bandwidthd/bandwidthd.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/bandwidthd/bandwidthd.xml b/packages/bandwidthd/bandwidthd.xml index fc66f5ef..76be91e4 100644 --- a/packages/bandwidthd/bandwidthd.xml +++ b/packages/bandwidthd/bandwidthd.xml @@ -17,6 +17,11 @@ <active/> </tab> </tabs> + <service> + <name>bandwidthd</name> + <rcfile>bandwidthd.sh</rcfile> + <executable>bandwidthd</executable> + </service> <aftersaveredirect>/pkg_edit.php?xml=bandwidthd.xml&id=0</aftersaveredirect> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> @@ -30,6 +35,7 @@ bandwidthd_install_deinstall(); </custom_php_deinstall_command> <custom_php_resync_config_command> + bandwidthd_install_config(); </custom_php_resync_config_command> <include_file>/usr/local/pkg/bandwidthd.inc</include_file> <fields> |