diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 09:41:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 09:48:15 +0000 |
commit | 1d6326abef03f8686577541d1f113ad5d59bb193 (patch) | |
tree | 22808fdd172ec1ca9b8009d98bbfebd87c404d66 /main/freeswitch/freeswitch.initd | |
parent | 658b89b5f099904c8b01cc90a87279f76fbcc1e9 (diff) | |
download | aports-1d6326abef03f8686577541d1f113ad5d59bb193.tar.bz2 aports-1d6326abef03f8686577541d1f113ad5d59bb193.tar.xz |
main/freeswitch: replace opts in init.d script
ref #943
Diffstat (limited to 'main/freeswitch/freeswitch.initd')
-rwxr-xr-x | main/freeswitch/freeswitch.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/freeswitch/freeswitch.initd b/main/freeswitch/freeswitch.initd index 3fc9ee449a..c6ff357c6a 100755 --- a/main/freeswitch/freeswitch.initd +++ b/main/freeswitch/freeswitch.initd @@ -7,7 +7,7 @@ depend() { need net } -opts="reload" +extra_started_commands="reload" pidfile=/var/run/freeswitch/freeswitch.pid start() { |